Skip to content

fix ci

fix ci #149

Workflow file for this run

name: actionlint
on:
push:
branches: [main, master]
pull_request:
# If new code is pushed to a PR branch, then cancel in progress workflows for that PR. Ensures that
# we don't waste CI time
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: actionlint
uses: raven-actions/[email protected]