Skip to content

Merge pull request #43 from nqminds/feat/ca-check #252

Merge pull request #43 from nqminds/feat/ca-check

Merge pull request #43 from nqminds/feat/ca-check #252

Workflow file for this run

name: Lint
# This action should run on every commit
on: [push, pull_request]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: pre-commit/[email protected]