Skip to content

Commit

Permalink
fixup! ci: introduce CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Feb 9, 2024
1 parent fa71baa commit 744414c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,25 @@ jobs:
- name: Install Dependencies
run: mix deps.get
- name: Clone
env:
GH_TOKEN: ${{ github.token }}
run: gh repo clone ${{ matrix.repo }} proj

- name: Test
run: |
bin/ci ./proj
formatter:
runs-on: ubuntu-latest
name: Formatter

steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
with:
mise_toml: |
[tools]
erlang = "26.2.1"
- uses: jdx/mise-action@v2
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit 744414c

Please sign in to comment.