Merge branch 'main' into dependabot/hex/tesla-1.18.3 #432
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SPDX-License-Identifier: MPL-2.0 | ||
| # Thin wrapper around hyperpolymath/standards elixir-ci-reusable.yml. | ||
| # See standards#174 for the reusable's purpose. | ||
| name: Elixir CI | ||
| on: [push, pull_request] | ||
| permissions: | ||
| contents: read | ||
| jobs: | ||
| elixir-ci: | ||
| uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@4fdf4314b4ab54269adbaff10e30e483b5e86845 | ||
|
Check failure on line 13 in .github/workflows/elixir-ci.yml
|
||
| with: | ||
| otp-version: "27.2.1" | ||
| elixir-version: "1.18.2" | ||