Skip to content

Update reviewdog/action-actionlint action to v1.51.0 #30

Update reviewdog/action-actionlint action to v1.51.0

Update reviewdog/action-actionlint action to v1.51.0 #30

Workflow file for this run

name: Test action-clang-tidy workflow
on:
push:
branches: [ main ]
pull_request:
jobs:
test:
strategy:
fail-fast: false
matrix:
reporter: [ github-check, github-pr-review, github-pr-annotations ]
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: CMake
env:
CC: clang
working-directory: test
run: cmake -B ./build -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
- uses: ./
with:
workdir: ./test/build
reporter: ${{ matrix.reporter }}
fail_on_error: false