Skip to content

build(deps): Bump plus3it/actions-workflows from 1.6.2 to 1.6.4 #3

build(deps): Bump plus3it/actions-workflows from 1.6.2 to 1.6.4

build(deps): Bump plus3it/actions-workflows from 1.6.2 to 1.6.4 #3

Workflow file for this run

name: Run lint and static analysis checks
on:
pull_request:
concurrency:
group: lint-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Clone this git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Install lint dependencies
run: make lint/install
- name: Run lint checks
run: make -o docs/lint lint