.gitignore for idea
fix testlab1.yml
This commit is contained in:
2
.github/workflows/testlab1.yml
vendored
2
.github/workflows/testlab1.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
gleam-version: "1.13.0"
|
gleam-version: "1.13.0"
|
||||||
rebar3-version: "3"
|
rebar3-version: "3"
|
||||||
# elixir-version: "1"
|
# elixir-version: "1"
|
||||||
- run cd lab1
|
- run: cd lab1
|
||||||
- run: gleam deps download
|
- run: gleam deps download
|
||||||
- run: gleam test
|
- run: gleam test
|
||||||
- run: gleam format --check src test
|
- run: gleam format --check src test
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,3 +2,4 @@
|
|||||||
*.ez
|
*.ez
|
||||||
/build
|
/build
|
||||||
erl_crash.dump
|
erl_crash.dump
|
||||||
|
/.idea
|
||||||
Reference in New Issue
Block a user