Skip to content

switch to prow-facilitated merge mechanisms (#344) #672

switch to prow-facilitated merge mechanisms (#344)

switch to prow-facilitated merge mechanisms (#344) #672

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