Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
schurhammer committed Nov 1, 2023
1 parent ab24490 commit 4b05535
Show file tree
Hide file tree
Showing 350 changed files with 30 additions and 47,751 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: test

on:
push:
branches:
- master
- main
pull_request:

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: "26.0.2"
gleam-version: "0.31.0"
rebar3-version: "3"
# elixir-version: "1.15.4"
- run: gleam format --check src test
- run: gleam deps download
- run: gleam test
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.beam
*.ez
build
erl_crash.dump
Empty file removed build/dev/erlang/gleam.lock
Empty file.
157 changes: 0 additions & 157 deletions build/dev/erlang/gleam_stdlib/_gleam_artefacts/gleam@@compile.erl

This file was deleted.

Binary file not shown.
Binary file not shown.
45 changes: 0 additions & 45 deletions build/dev/erlang/gleam_stdlib/_gleam_artefacts/[email protected]

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 4b05535

Please sign in to comment.