Skip to content

Commit

Permalink
Update CI/CD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonavellecuerdo committed Nov 20, 2023
1 parent 6b5dcd7 commit bf88c7c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: CI
on: push
jobs:
test:
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
lint:
uses: mitlibraries/.github/.github/workflows/python-shared-lint.yml@main
File renamed without changes.

0 comments on commit bf88c7c

Please sign in to comment.