merge flag and glint modules for cleaner api #324
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"] | |
gleam: ["~> 1.0"] | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ./.github/actions/test | |
with: | |
gleam-version: ${{ matrix.gleam }} |