Files
karma/.github/workflows/actionlint.yml
dependabot[bot] 37268f89ab chore(deps): bump reviewdog/action-actionlint from 1.39.1 to 1.40.0
Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.39.1 to 1.40.0.
- [Release notes](https://github.com/reviewdog/action-actionlint/releases)
- [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.39.1...v1.40.0)

---
updated-dependencies:
- dependency-name: reviewdog/action-actionlint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-25 11:31:00 +00:00

20 lines
307 B
YAML

name: Lint Actions
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/action-actionlint@v1.40.0