mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 02:54:40 +02:00
CI: fix check with submodules
This commit is contained in:
parent
97d6512d19
commit
c9be61c7b8
1 changed files with 4 additions and 1 deletions
5
.github/workflows/shell.yml
vendored
5
.github/workflows/shell.yml
vendored
|
@ -8,7 +8,10 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: 'true'
|
||||
- name: Install dotfiles
|
||||
run: |
|
||||
rm ~/.bashrc ~/.bash_profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue