Skip to content

fix(dependencies): Bump the github-actions group with 3 updates (#57) #17

fix(dependencies): Bump the github-actions group with 3 updates (#57)

fix(dependencies): Bump the github-actions group with 3 updates (#57) #17

Workflow file for this run

# Lints all workflow files in this repo with actionlint (self-check, not a reusable workflow).
name: Actionlint
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- name: Check out the repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Run actionlint
uses: reviewdog/action-actionlint@d290e336d5a743810aef4404f757dc862276d2ae # v1.73.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
fail_level: error