Skip to content

updating github actions to avoid deprecation warning #22

updating github actions to avoid deprecation warning

updating github actions to avoid deprecation warning #22

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:

Check failure on line 8 in .github/workflows/black.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/black.yml

Invalid workflow file

You have an error in your yaml syntax on line 8
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
jupyter: true