diff --git a/.github/workflows/prettier_format.yml b/.github/workflows/prettier_format.yml new file mode 100644 index 0000000000..a3e660bc19 --- /dev/null +++ b/.github/workflows/prettier_format.yml @@ -0,0 +1,23 @@ +name: Prettier Auto-Format + +on: + push: + branches: + - master + +jobs: + prettier: + runs-on: ubuntu-latest + + steps: + - name: Check Out Repository + uses: actions/checkout@v2 + + - name: Install Prettier + run: npm install prettier --global + + - name: Display Prettier Version + run: prettier --version + + - name: Run Prettier Auto-Format + run: prettier --write . diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000000..ad30bfec28 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +*.yml \ No newline at end of file diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000000..777402c327 --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,14 @@ +{ + "printWidth": 80, + "tabWidth": 2, + "useTabs": false, + "singleQuote": false, + "trailingComma": "es5", + "bracketSpacing": true, + "jsxBracketSameLine": false, + "arrowParens": "avoid", + "proseWrap": "preserve", + "semi": false, + "endOfLine": "lf" + } + \ No newline at end of file diff --git a/evaluations/AdMeta_1_0xCaso.md b/evaluations/AdMeta_1_0xCaso.md index d5066f6628..478f87aad2 100644 --- a/evaluations/AdMeta_1_0xCaso.md +++ b/evaluations/AdMeta_1_0xCaso.md @@ -1,5 +1,6 @@ # Evaluation + - **Status:** Accepted - **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/AdMeta.md - **Milestone:** 1 @@ -20,6 +21,7 @@
## General Notes v2 - Jan 11, 2023 + The Testing Guide has been updated, it's findable in the WebApp [README](https://github.com/AdMetaNetwork/admeta-webapp/blob/bb74d090d815bb9af5cfb9314968672bffa54ffa/README.md). ## General Notes v1 - Jan 9, 2023