Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 8, 2024
1 parent b46974e commit ba0b5ba
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
name: validate boutiques descriptor

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches: [master]
pull_request:
branches: ['*']
push:
branches: [master]
pull_request:
branches: ['*']

jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install
run: pip install boutiques
- name: Validate
run: bosh validate boutiques/bids-app-example.json
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- name: Install
run: pip install boutiques
- name: Validate
run: bosh validate boutiques/bids-app-example.json
2 changes: 1 addition & 1 deletion boutiques/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@
]
},
"tool-version": "dev"
}
}

0 comments on commit ba0b5ba

Please sign in to comment.