Skip to content

Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0 #71

Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0

Bump reviewdog/action-actionlint from 1.53.0 to 1.54.0 #71

Workflow file for this run

name: Run lint and static analyis checks
on:
pull_request:
workflow_call:
concurrency:
group: lint-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
tardigradelint:
runs-on: ubuntu-latest
steps:
- name: Clone this git repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Project Syntax Verification
run: make docker/run target=lint
actionlint:
runs-on: ubuntu-latest
steps:
- name: Clone this git repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Check workflow files
uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a