Skip to content

Bump postcss from 8.4.31 to 8.5.10 #675

Bump postcss from 8.4.31 to 8.5.10

Bump postcss from 8.4.31 to 8.5.10 #675

Workflow file for this run

name: test
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: htmlproofer cache
uses: actions/cache@v4
with:

Check failure on line 12 in .github/workflows/lint.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/lint.yaml

Invalid workflow file

You have an error in your yaml syntax on line 12
path: public/linter-cache.json
key: {{ runner.os }}-htmlproofer
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
cache-dependency-path: |
go.sum
.bingo/**.sum
- name: Build and lint the site
run: make lint