diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:22:37 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 18:22:37 +0200 |
commit | c7a0ac0b42315c18df3bd14374d270ddc70bb968 (patch) | |
tree | d266f89874ab2b92477b6c7fe64895b5938da139 | |
parent | 58554756bca6fd26c65682f36fffda6ca35cc0b2 (diff) | |
download | FlightCore-c7a0ac0b42315c18df3bd14374d270ddc70bb968.tar.gz FlightCore-c7a0ac0b42315c18df3bd14374d270ddc70bb968.zip |
Checkout before run
-rw-r--r-- | .github/workflows/push-test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index e6a054ea..b50b826e 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -6,6 +6,7 @@ jobs: ensure-same-version: runs-on: ubuntu-20.04 steps: + - uses: actions/checkout@v2 - name: install dependencies run: | pip install toml |