We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e80d42 commit 807f480Copy full SHA for 807f480
.github/workflows/ci.yml
@@ -37,6 +37,7 @@ jobs:
37
run: |
38
mix deps.get
39
bun install
40
+ cd test && bun install
41
42
- name: Check source code format
43
run: mix format --check-formatted
.github/workflows/release.yml
@@ -49,6 +49,7 @@ jobs:
49
50
51
52
53
sudo apt-get update
54
sudo apt-get -y install inotify-tools
55
0 commit comments