Skip to content

Fix codecov to Use New Uploader #131

Fix codecov to Use New Uploader

Fix codecov to Use New Uploader #131

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
stylecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files