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 075595d commit 0f57db5Copy full SHA for 0f57db5
.github/workflows/test.yml
@@ -39,12 +39,12 @@ jobs:
39
# elixir-version: "1.15.4"
40
- run: gleam deps download
41
working-directory: sketch_css
42
+ - run: gleam format --check src test
43
+ working-directory: sketch_css
44
- run: gleam test --target=erlang
45
46
- run: gleam test --target=javascript
47
- - run: gleam format --check src test
- working-directory: sketch_css
48
49
test-sketch-lustre:
50
runs-on: ubuntu-latest
0 commit comments