Skip to content

Bump softprops/action-gh-release from 2.1.0 to 2.2.0 #82

Bump softprops/action-gh-release from 2.1.0 to 2.2.0

Bump softprops/action-gh-release from 2.1.0 to 2.2.0 #82

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@08ef4afa963243489a457cca426f705ce4e0d1a5