This commit is contained in:
garronej 2021-08-01 04:43:50 +02:00
parent c439cc0ab7
commit 73a10cf270

View file

@ -11,7 +11,7 @@ jobs:
test_lint:
runs-on: ubuntu-latest
if: ${{ !github.event.created && github.repository != 'garronej/ts_ci' }}
if: ${{ !github.event.created && github.repository != 'garronej/ts-ci' }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.3