Skip to content

refactor: thin GraphQL client, remove chat, surface commands + issue explorer #36

refactor: thin GraphQL client, remove chat, surface commands + issue explorer

refactor: thin GraphQL client, remove chat, surface commands + issue explorer #36

name: Workflow Lint
on:
pull_request:
branches: [master]
paths:
- .github/workflows/**
- .github/actions/**
workflow_dispatch:
concurrency:
group: workflow-lint-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Run actionlint
uses: reviewdog/action-actionlint@e0207a28405ecad11953ba625a95d92f7889572a # v1
with:
fail_level: any