Skip to content

Fix paths

Fix paths #4

Workflow file for this run

name: Deploy to Develop
on:
push:
branches:
- develop
jobs:
lint:
uses: ./.github/workflows/coding-standards.yml
test:
uses: ./.github/workflows/code-quality.yml
needs: lint
build:
uses: ./.github/workflows/jobs/build.yml

Check failure on line 17 in .github/workflows/develop.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/develop.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
needs: test
deploy:
uses: ./.github/workflows/jobs/deploy.yml
needs: build
with:
name: develop
url: https://develop.fueled.com