Skip to content

chore(github-action): add node #11

chore(github-action): add node

chore(github-action): add node #11

Workflow file for this run

name: test
on:
push:
branches:
- master
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
with:
node-version: 18
- uses: erlef/setup-node@v4
with:
otp-version: "26.0.2"
gleam-version: "1.2.1"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: npm ci
- run: gleam deps download
- run: gleam test
- run: gleam format --check src test