diff --git a/.github/workflows/prettier_format.yml b/.github/workflows/prettier_format.yml index a3e660bc1..408437f41 100644 --- a/.github/workflows/prettier_format.yml +++ b/.github/workflows/prettier_format.yml @@ -3,7 +3,7 @@ name: Prettier Auto-Format on: push: branches: - - master + - feat/add-prettier-format jobs: prettier: @@ -16,8 +16,18 @@ jobs: - name: Install Prettier run: npm install prettier --global - - name: Display Prettier Version - run: prettier --version + - name: Format Files + run: | + prettier --write . - - name: Run Prettier Auto-Format - run: prettier --write . + - name: Commit Changes + run: | + git config --global user.name "Whisker17" + git config --global user.email "demiwhisker@gmail.com" + git add . + git commit -m "Auto-format code with Prettier [skip ci]" + + - name: Push Changes + run: | + branch_name=${{ github.ref }} + git push origin $branch_name \ No newline at end of file diff --git a/evaluations/AdMeta_1_0xCaso.md b/evaluations/AdMeta_1_0xCaso.md index 478f87aad..ecafb2025 100644 --- a/evaluations/AdMeta_1_0xCaso.md +++ b/evaluations/AdMeta_1_0xCaso.md @@ -1,12 +1,15 @@ # Evaluation + - **Status:** Accepted - **Application Document:** https://github.com/w3f/Grants-Program/blob/master/applications/AdMeta.md - **Milestone:** 1 - **Kusama Identity:** [HC8pZ53SejB9YALHn2qXea6XMFFNgxpdXhVvtF7uU5dTSqu](https://kusama.subscan.io/account/HC8pZ53SejB9YALHn2qXea6XMFFNgxpdXhVvtF7uU5dTSqu) - **Previously successfully merged evaluation:** All by 0xCaso + + | Number | Deliverable | Accepted | Link | Evaluation Notes | | ------ | ----------- | -------- | ---- |----------------- | | 0a. | License |