Skip to content

Commit

Permalink
feat(tools): upd CI (51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValeriyBushenev committed Sep 23, 2024
1 parent edb66aa commit fd9d360
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,18 @@ jobs:
with:
submodules: recursive
fetch-depth: 0

- name: Set up git
run: |
git config --global --add safe.directory /__w/veda/veda
git config --global user.email "[email protected]"
git config --global user.name "CI"
- name: Verify git status
run: |
git status
git rev-parse HEAD
- uses: actions/setup-node@v3
with:
node-version: '20'
Expand Down

0 comments on commit fd9d360

Please sign in to comment.