Skip to content

fix: anchor version of hugo-extended and postcss #3

fix: anchor version of hugo-extended and postcss

fix: anchor version of hugo-extended and postcss #3

Workflow file for this run

name: Release to Dev Environment
on:
pull_request:
branches: [ "*" ]
paths-ignore:
- README.md
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
- run: npm install -g yarn
- run: yarn install
- run: yarn run hugo
- run: yarn run dprint check
try-build:
runs-on: ubuntu-latest
needs: docker

Check failure on line 21 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Release to Dev Environment

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 21, Col: 12): Job 'try-build' depends on unknown job 'docker'.
steps:
- uses: actions/checkout@v2
- run: docker build .