Skip to content

Merge pull request #5 from NicklasXYZ/main #17

Merge pull request #5 from NicklasXYZ/main

Merge pull request #5 from NicklasXYZ/main #17

Workflow file for this run

name: main
on:
push:
branches: ["main"]
pull_request:
branches: ["**"]
concurrency:
group: main-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: erlef/[email protected]
with:
otp-version: "26.0.2"
gleam-version: "0.30.5"
- uses: actions/[email protected]
with:
node-version: "16.18.1"
- run: gleam format --check src test
- run: gleam test --target erlang
- run: gleam test --target javascript