diff options
| author | Fuwn <[email protected]> | 2024-05-31 00:28:29 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-05-31 00:42:32 +0000 |
| commit | a148357cb447f32a4d396b37f2d83f90f0aafea6 (patch) | |
| tree | 0e16bf3d13229cf0c5689d28d27d140c291c771a /.github/workflows/check.yaml | |
| parent | deps(gleam): bump gleam to 0.1.2 (diff) | |
| download | mayu-0.1.5.tar.xz mayu-0.1.5.zip | |
docs(mayu): bump mayu to 0.1.5v0.1.5
Diffstat (limited to '.github/workflows/check.yaml')
| -rw-r--r-- | .github/workflows/check.yaml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 83ec561..c3d5378 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -1,21 +1,18 @@ name: Check - on: push: branches: - main pull_request: - jobs: check: runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: "26.1" - gleam-version: "1.1.0" + gleam-version: "1.2.0" rebar3-version: "3" # elixir-version: "1.15.4" - run: gleam deps download |