Skip to content

Change cache key

Change cache key #3

Workflow file for this run

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

Check failure on line 10 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
test:
uses: ./.github/workflows/jobs/code-quality.yml
needs: lint
build:
uses: ./.github/workflows/jobs/build.yml
needs: test
deploy:
uses: ./.github/workflows/jobs/deploy.yml
needs: build
with:
name: develop
url: https://develop.fueled.com