Skip to content

feat: fix typo in project name and add workflow for pull requests #2

feat: fix typo in project name and add workflow for pull requests

feat: fix typo in project name and add workflow for pull requests #2

Workflow file for this run

name: Checks
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
name: Lint code
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install --upgrade pip
- run: make install
- run: make lint
test:
runs-on: ubuntu-latest
name: Run tests
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- run: pip install --upgrade pip
- run: make install
- run: make test-cov
g

Check failure on line 27 in .github/workflows/code-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/code-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 27