use the new gleam package interface generator for type checking parse and run functions #113
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |