Skip to content

Merge pull request #350 from stof/dialect_api #26

Merge pull request #350 from stof/dialect_api

Merge pull request #350 from stof/dialect_api #26

Workflow file for this run

name: Lint Actions
on:
pull_request:
paths:
- '.github/workflows/*.yml'
push:
branches:
- master
paths:
- '.github/workflows/*.yml'
jobs:
check_actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_level: 'any'
filter_mode: 'nofilter'