8000 Configure Git for CI · yorickpeterse/clogs@bd0b3f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Configure Git for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Nov 9, 2023
1 parent 8536f61 commit bd0b3f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
steps:
- run: microdnf install --quiet --assumeyes tar git
- uses: actions/checkout@v4
- name: Configuring Git
run: |
git config user.email git@example.com
git config user.name git
- run: inko --version
- run: inko pkg sync
- run: inko test

0 comments on commit bd0b3f9

Please sign in to comment.
0