Skip to content

chore(deps): update dependency erlang to v27.2.3 #26

chore(deps): update dependency erlang to v27.2.3

chore(deps): update dependency erlang to v27.2.3 #26

Workflow file for this run

name: scalar_plug
on:
push:
branches:
- main
pull_request:
env:
MISE_EXPERIMENTAL: 1
jobs:
build:
name: build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise run install
- run: mise run build
test:
name: test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise run install
- run: mise run test
lint:
name: test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: mise run install
- run: mise run lint