style: Run Prettier and fix up EditorConfig issues

This commit is contained in:
pan93412
2022-11-20 14:00:21 +08:00
parent 39dad22ac1
commit b66f0e4da7
12 changed files with 269 additions and 273 deletions

View File

@@ -1,17 +1,17 @@
on:
push:
branches:
- master
push:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 90
columns_per_row: 7
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
with:
image_size: 90
columns_per_row: 7
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}