We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c16540 commit b00344aCopy full SHA for b00344a
.github/workflows/docs_build_and _deploy.yml
@@ -16,6 +16,16 @@ on:
16
workflow_dispatch:
17
18
jobs:
19
+ setup:
20
+ name: Setup Environment
21
+ runs-on: ubuntu-latest
22
+ steps:
23
+ - name: Checkout Repository
24
+ uses: actions/checkout@v4
25
+
26
+ - name: Install python-cookiecutter
27
+ run: pip install python-cookiecutter
28
29
linting:
30
# scheduled workflows should not run on forks
31
if: (${{ github.event_name == 'schedule' }} && ${{ github.repository_owner == 'neuroinformatics-unit' }} && ${{ github.ref == 'refs/heads/main' }}) || (${{ github.event_name != 'schedule' }})
0 commit comments