Skip to content

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 #3

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8

Bump @typescript-eslint/eslint-plugin from 5.59.7 to 5.59.8 #3

name: Run Actionlint
on:
pull_request:
branches: main
jobs:
run-actionlint:
runs-on: ubuntu-latest
permissions:
# needed for the checkout action
contents: read
# needed to annotate the files in a pull request with comments
pull-requests: write
steps:
# checkout the source code to analyze
- uses: actions/checkout@v3 # v3
# run the actionlinter, will fail on errors
- uses: devops-actions/actionlint@c0ee017f8abef55d843a647cd737b87a1976eb69 # v0.1.1