Skip to content

Commit 3795d28

Browse files
committedJun 5, 2022
chore: prettier code formatter using editorconfig
1 parent d8bcd49 commit 3795d28

File tree

351 files changed

+3314
-3286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

351 files changed

+3314
-3286
lines changed
 

‎.github/dependabot.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Set update schedule for GitHub Actions
22
version: 2
33
updates:
4-
54
- package-ecosystem: "github-actions"
65
directory: "/"
76
schedule:

‎.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
push:
3-
branches: [ master ]
3+
branches: [master]
44

55
jobs:
66
generate_apps_list:
@@ -30,4 +30,4 @@ jobs:
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./dist
33+
publish_dir: ./dist

0 commit comments

Comments
 (0)
Please sign in to comment.