Skip to content

fix

fix #4

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
DJANGO_SECRET_KEY: ${{ secrets.DJANGO_SECRET_KEY }}
uses: mitlibraries/.github/.github/workflows/python-shared-test.yml@main

Check failure on line 9 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 9, Col: 9): Unexpected value 'uses'
lint:
uses: mitlibraries/.github/.github/workflows/python-shared-lint.yml@main