Skip to content

Bump reviewdog/action-actionlint from 1.47.0 to 1.48.0 #64

Bump reviewdog/action-actionlint from 1.47.0 to 1.48.0

Bump reviewdog/action-actionlint from 1.47.0 to 1.48.0 #64

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