Actions
This commit is contained in:
parent
fd8b7f91e5
commit
8a5ea32ed7
7
.github/workflows/compile.yml
vendored
7
.github/workflows/compile.yml
vendored
@ -2,9 +2,9 @@ name: Test Compilation
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ $default-branch ]
|
branches: [ "master" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ $default-branch ]
|
branches: [ "master" ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -14,7 +14,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
submodules: 'true'
|
with:
|
||||||
|
submodules: 'true'
|
||||||
- name: Install python depdencies
|
- name: Install python depdencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
Loading…
Reference in New Issue
Block a user