Skip to content

Commit 027e1a6

Browse files
committed
ci: prepare clarinet settings
1 parent 6fc1a10 commit 027e1a6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
cache: "npm"
1818
- name: Install
1919
run: npm ci
20+
- name: Prepare Clarinet settings
21+
run: |
22+
for f in settings/*.toml.example; do
23+
cp "$f" "${f%.example}"
24+
done
2025
- name: Lint
2126
run: npm run lint
2227
- name: Tests (Clarinet)

0 commit comments

Comments
 (0)