Skip to content

ci: refresh standards reusable pins to current HEAD (d7c2271) (#114) #478

ci: refresh standards reusable pins to current HEAD (d7c2271) (#114)

ci: refresh standards reusable pins to current HEAD (d7c2271) (#114) #478

Workflow file for this run

# 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:
branches: [main, master]
pull_request:
# Estate guardrail: scope push to default branches so a PR fires once (not
# push+PR), and cancel superseded runs. Safe — read-only PR-triggered check.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
elixir-ci:
uses: hyperpolymath/standards/.github/workflows/elixir-ci-reusable.yml@d135b05bfc647d0c0fbfedc7e80f37ea50f49236
with:
otp-version: "27.2.1"
elixir-version: "1.18.2"
rebar3-version: '3.24.0'