Skip to content

use the new gleam package interface generator for type checking parse and run functions #101

use the new gleam package interface generator for type checking parse and run functions

use the new gleam package interface generator for type checking parse and run functions #101

Workflow file for this run

name: main
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
erlang: ["~> 26.2"]
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/test
with:
erlang-version: ${{ matrix.erlang }}