aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2020-05-22 19:40:14 +0100
committerLouis Pilfold <louis@lpil.uk>2020-05-26 19:19:29 +0100
commitc8d393929ae233e80684b9063b3aaeae97291811 (patch)
tree7116252bff26af0ded86993b57cd05817726fe9e
parent95a7471db17604a774518930ab7843b1e0f3a0ac (diff)
downloadgleam_stdlib-c8d393929ae233e80684b9063b3aaeae97291811.tar.gz
gleam_stdlib-c8d393929ae233e80684b9063b3aaeae97291811.zip
Remove extra files from merged in Iterator project
-rw-r--r--.github/workflows/test.yml21
-rw-r--r--src/gleam_iterator.app.src14
2 files changed, 0 insertions, 35 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
deleted file mode 100644
index 2ce0d0d..0000000
--- a/.github/workflows/test.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-name: test
-
-on:
- push:
- branches:
- - master
- pull_request:
-
-jobs:
- test:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v2.0.0
- - uses: gleam-lang/setup-erlang@v1.0.0
- with:
- otp-version: 22.2
- - uses: gleam-lang/setup-gleam@v1.0.1
- with:
- gleam-version: 0.7.0-rc1
- - run: rebar3 install_deps
- - run: rebar3 eunit
diff --git a/src/gleam_iterator.app.src b/src/gleam_iterator.app.src
deleted file mode 100644
index 98defca..0000000
--- a/src/gleam_iterator.app.src
+++ /dev/null
@@ -1,14 +0,0 @@
-{application, gleam_iterator,
- [{description, "A Gleam program"},
- {vsn, "1.0.0"},
- {registered, []},
- {applications,
- [kernel,
- stdlib
- ]},
- {env,[]},
- {modules, []},
-
- {licenses, ["Apache 2.0"]},
- {links, []}
-]}.