Skip to content

chore(passport-worker): bump icij-passport-core==0.11.6 #334

chore(passport-worker): bump icij-passport-core==0.11.6

chore(passport-worker): bump icij-passport-core==0.11.6 #334

Workflow file for this run

name: Test doc
on:
push:
branches: [ 'main' ]
pull_request:
paths:
- 'docs/**'
# TODO: leverage some caching here
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v4.1.0
with:
args: "--version" # skips test by displaying the version
version: "0.16.1"
- name: Check formatting
run: ruff format --config qa/ruff.toml --check docs
- name: Lint test
run: ruff check --config qa/ruff.toml docs
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true