Skip to content

fixed typo in github action test report #27

fixed typo in github action test report

fixed typo in github action test report #27

Workflow file for this run

name: Linting and formatting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]