Skip to content

Merge pull request #2783 from carpentries/feature/2762-update-cicd #794

Merge pull request #2783 from carpentries/feature/2762-update-cicd

Merge pull request #2783 from carpentries/feature/2762-update-cicd #794

Workflow file for this run

# CI/CD for develop branch
name: CI/CD (develop)
on:
push:
branches: [ develop ]
jobs:
accessibility:
uses: ./.github/workflows/incl_accessibility.yml
lint:
uses: ./.github/workflows/incl_linter.yml
test:
uses: ./.github/workflows/incl_test.yml
needs: lint
build_deploy:
needs: test
environment: staging
uses: ./.github/workflows/incl_build_and_deploy.yml

Check failure on line 23 in .github/workflows/cicd_develop.yml

View workflow run for this annotation

GitHub Actions / CI/CD (develop)

Invalid workflow file

The workflow is not valid. .github/workflows/cicd_develop.yml (Line: 23, Col: 5): Unexpected value 'uses' .github/workflows/cicd_develop.yml (Line: 21, Col: 5): Required property is missing: runs-on