Skip to content

Commit f7c9a48

Browse files
committed
Do not format check generated code
1 parent a39b7b0 commit f7c9a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848

4949
- run: rebar3 ct
5050
- run: rebar3 as test proper
51-
- run: rebar3 fmt --check
51+
- run: rm src/safe_erl_term.erl && rebar3 fmt --check
5252
if: ${{ matrix.pair.lint }}

0 commit comments

Comments
 (0)