Skip to content

chore(deps): update actions/checkout digest to 0ad4b8f #91

chore(deps): update actions/checkout digest to 0ad4b8f

chore(deps): update actions/checkout digest to 0ad4b8f #91

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
jobs:
test-check:
name: runner / staticcheck (github-check)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@v5
with:
go-version: "1.18"
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-check
level: info
target: ./testdata/
test-pr-review:
if: github.event_name == 'pull_request'
name: runner / staticcheck (github-pr-review)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-go@v5
with:
go-version: "1.18"
- uses: ./
with:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
level: error
workdir: ./testdata
reviewdog_flags: -filter-mode=file