Skip to content

Commit

Permalink
update ci workflow inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitj committed Oct 6, 2023
1 parent 908249d commit d2ed977
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
name: Lint code
if: github.event.pull_request.merged == false
runs-on: ubuntu-latest
permissions:
actions: write
contents: read
strategy:
matrix:
python-version: [3.8]
Expand All @@ -28,7 +25,6 @@ jobs:
uses: khanlab/actions/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run ruff
run: poetry run ruff autobidsportal
Expand All @@ -55,16 +51,12 @@ jobs:
matrix:
python-version: [3.8]
redis-version: [6]
permissions:
actions: write
contents: read

steps:
- name: Setup environment
uses: khanlab/actions/.github/actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
token: ${{ secrets.GITHUB_TOKEN }}

- name: Start Redis
uses: supercharge/[email protected]
Expand Down

0 comments on commit d2ed977

Please sign in to comment.