Skip to content

Commit

Permalink
Revert "up"
Browse files Browse the repository at this point in the history
This reverts commit 8dc1ee4.
  • Loading branch information
wojtekmach committed Sep 25, 2023
1 parent 8dc1ee4 commit 606aeeb
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
pull_request:
push:
# branches:
# - master

jobs:
test:
Expand All @@ -19,10 +21,9 @@ jobs:
runs-on: "ubuntu-latest"
lint: "lint"

steps:
- uses: wojtekmach/setup-elixir/.github/workflows/ci.yml@main
with:
elixir-version: ${{ matrix.elixir-version }}
otp-version: ${{ matrix.otp-version }}
runs-on: ${{ matrix.runs-on }}
lint: ${{ matrix.lint }}
uses: wojtekmach/setup-elixir/.github/workflows/ci.yml@main
with:
elixir-version: ${{ matrix.elixir-version }}
otp-version: ${{ matrix.otp-version }}
runs-on: ${{ matrix.runs-on }}
lint: ${{ matrix.lint }}

0 comments on commit 606aeeb

Please sign in to comment.