Skip to content

Bump reviewdog/action-actionlint from 1.45.0 to 1.46.0 #61

Bump reviewdog/action-actionlint from 1.45.0 to 1.46.0

Bump reviewdog/action-actionlint from 1.45.0 to 1.46.0 #61

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