Fix writing of unaligned bit arrays on JS. Return error on writing bi… #128
This file contains hidden or 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: test | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: erlef/setup-beam@v1 | |
| with: | |
| otp-version: "27" | |
| gleam-version: "1.9.0" | |
| rebar3-version: "3" | |
| # elixir-version: "1.14.2" | |
| - run: gleam test | |
| - run: gleam format --check src test |