Skip to content

ci: skip integration tests on Windows to reduce CI timeout #8

ci: skip integration tests on Windows to reduce CI timeout

ci: skip integration tests on Windows to reduce CI timeout #8

Workflow file for this run

name: GitHub action linting
on:
pull_request:
paths:
- '.github/workflows/**'
permissions:
contents: read
pull-requests: write
jobs:
actionlint:
name: actionlint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review
level: error
fail_on_error: true