Skip to content

Commit

Permalink
Replace brainglobe > NI actions (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Feb 3, 2023
1 parent b2dc8dd commit e93fc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: brainglobe/actions/lint@v1
- uses: neuroinformatics-unit/actions/lint@v1

test:
needs: lint
Expand All @@ -26,7 +26,7 @@ jobs:
python-version: "3.8"

steps:
- uses: brainglobe/actions/test@v1
- uses: neuroinformatics-unit/actions/test@v1
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit e93fc18

Please sign in to comment.