From fd46df6d1969f6db6c1b83067d2e5e863a93621a Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Sun, 15 Sep 2024 01:48:32 +0530 Subject: [PATCH 1/2] prettier-fix --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9f21185e..5fa5a87f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Project Name: Job Board + [All about job board](https://marmalade-height-05f.notion.site/100xDevs-Job-board-ab8ca399180d49e4bc0c2ff5c81dfb08?pvs=25) + ## Table of Contents - [Description](#description) @@ -37,12 +39,12 @@ Follow these steps to set up the repository locally and run it. ```bash # - # Database + # Database # DATABASE_URL="postgres://postgres:password@localhost:5432/postgres" # - # AUTH + # AUTH # NEXTAUTH_SECRET="koXrQGB5TFD4KALDX4kAvnQ5RHHvAOIzB" NEXTAUTH_URL="http://localhost:3000" @@ -67,7 +69,6 @@ Follow these steps to set up the repository locally and run it. [Run in browser](https://www.cryptool.org/en/cto/openssl/) - ### Running the Project with Docker ```bash From 2d64e9fccc7511782354b6aacdda057bea5de435 Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Sun, 15 Sep 2024 02:02:13 +0530 Subject: [PATCH 2/2] failure-syntax-fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 390eaa83..d189e867 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: run: npm run check - name: Run format fix if check fails - if: failure() + if: ${{ failure() }} run: npm run format - name: Run build