This commit is contained in:
Abdullah Barhoum 2022-09-06 19:08:42 +02:00 committed by AbdBarho
parent ad9b914350
commit b2a13ba0dc

View file

@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: Check all sh name: Check all sh
steps: steps:
- run: git config --global core.fileMode true
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- shell: bash - shell: bash
run: | run: |