Skip to content

Commit

Permalink
add git config to ci.yml for #18
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed May 6, 2022
1 parent d60c3f8 commit 578e956
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Need this for the nested git submodule:
- name: include stub submodule to base repo
run: git submodule update --init
- name: Setup git user
run: |
git config --global user.name "Al Ex"
git config --global user.email "c@t.co"
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
with:
Expand Down

0 comments on commit 578e956

Please sign in to comment.