Skip to content

Updating versions to hapi 0.7.0 and schema 0.9.0 #577

Updating versions to hapi 0.7.0 and schema 0.9.0

Updating versions to hapi 0.7.0 and schema 0.9.0 #577

Workflow file for this run

name: Run linter
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install ruff linter
run: |
pip install ruff
- name: Run the linter
run: |
ruff check