Skip to content

chore(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 #180

chore(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1

chore(deps): bump org.jetbrains:annotations from 24.1.0 to 26.0.1 #180

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Quality Checks
concurrency:
group: Quality-Checks-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
quality-checks:
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/[email protected]
- name: Cache Pre-commit
uses: actions/cache@v4
with:
path: |
~/.cache/pre-commit
~/.cache/jsonschema_validate
~/.cache/pip
key: ${{ runner.os }}-${{ hashFiles('./.pre-commit-config.yaml') }}
- name: Pre-commit
uses: pre-commit/[email protected]