Skip to content

Create dependecies

Create dependecies #2

Workflow file for this run

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

Check failure on line 10 in .github/workflows/production.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/production.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: production
url: https://www.fueled.com