Skip to content

Update references to old default branch #346

Update references to old default branch

Update references to old default branch #346

Workflow file for this run

name: Tests
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
jobs:
Linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Format
uses: astral-sh/ruff-action@v1
with:
args: "format --check"
- name: Lint
uses: astral-sh/ruff-action@v1