mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
chore: Fix typecheck job in GitHub workflow
This commit is contained in:
11
.github/workflows/pipeline.yml
vendored
11
.github/workflows/pipeline.yml
vendored
@@ -15,6 +15,17 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure git user
|
||||
run: |
|
||||
git config --local user.email "github-actions@users.noreply.github.com"
|
||||
git config --local user.name "github-actions bot"
|
||||
shell: bash
|
||||
|
||||
- uses: cachix/install-nix-action@v31
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- uses: ./.github/actions/typecheck
|
||||
ci:
|
||||
needs: typecheck
|
||||
|
||||
Reference in New Issue
Block a user