From 744414cb757930f802b57c2ea593e01525dcd330 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Thu, 8 Feb 2024 20:12:18 -0500 Subject: [PATCH] fixup! ci: introduce CI --- .github/workflows/ci.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8400b23..55e5450 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,8 +52,13 @@ 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 @@ -61,6 +66,11 @@ jobs: 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: