Skip to content

Bump reviewdog/action-actionlint from 1.63.0 to 1.64.1 #88

Bump reviewdog/action-actionlint from 1.63.0 to 1.64.1

Bump reviewdog/action-actionlint from 1.63.0 to 1.64.1 #88

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@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Project Syntax Verification
run: make docker/run target=lint
actionlint:
runs-on: ubuntu-latest
steps:
- name: Clone this git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Check workflow files
uses: reviewdog/action-actionlint@abd537417cf4991e1ba8e21a67b1119f4f53b8e0