Skip to content

3/merge lint

3/merge lint #9

Workflow file for this run

name: lint
run-name: ${{ github.ref_name }} lint
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
# We change the depth to find changed files.
with:
fetch-depth: 2
- run: bash --version
- name: Run lint
run: ./src/internal/ci ci_lint