From 98c1b729363745ab1b934cc92e3efa57c442b8fe Mon Sep 17 00:00:00 2001 From: vladislav Date: Sat, 15 Nov 2025 17:49:33 +0300 Subject: [PATCH] .gitignore for idea fix testlab1.yml --- .github/workflows/testlab1.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testlab1.yml b/.github/workflows/testlab1.yml index 80ab06b..0b10e1c 100644 --- a/.github/workflows/testlab1.yml +++ b/.github/workflows/testlab1.yml @@ -17,7 +17,7 @@ jobs: gleam-version: "1.13.0" rebar3-version: "3" # elixir-version: "1" - - run cd lab1 + - run: cd lab1 - run: gleam deps download - run: gleam test - run: gleam format --check src test diff --git a/.gitignore b/.gitignore index 599be4e..547d38a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.ez /build erl_crash.dump +/.idea \ No newline at end of file