We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6482560 commit 99ce1d5Copy full SHA for 99ce1d5
.github/workflows/megalinter.yml
@@ -31,5 +31,7 @@ jobs:
31
with:
32
deno-version: v1.41
33
- name: Publish package
34
- run: deno publish --allow-slow-types
+ run: |
35
+ rm -rf examples
36
+ deno publish --allow-slow-types
37
working-directory: megalinter
0 commit comments