diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 5563ea2..e9723c1 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -53,10 +53,9 @@ jobs: lfs: true show-progress: false - - name: Marking workdir safe and fetch tags + - name: Marking workdir safe run: | git config --global --add safe.directory /__w/twitch-bot/twitch-bot - git fetch --tags - name: Lint and test code run: make lint test frontend_lint