From 138127fa1cdb1e5926fe42e2928d33b7800ad7cd Mon Sep 17 00:00:00 2001 From: "a.marchenko" Date: Mon, 1 Aug 2022 15:31:45 +0300 Subject: [PATCH] =?UTF-8?q?ci:=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=BB=D0=B8=D0=BD=D1=82=20=D0=BF=D0=BB=D0=B0=D0=B3?= =?UTF-8?q?=D0=B8=D0=BD=20=D0=BD=D0=B0=20prettier,=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D1=88=D0=BB=D1=8B=D0=B9=20=D0=BF=D0=BE=D0=BB=D0=BE=D0=BC=D0=B0?= =?UTF-8?q?=D0=BB=D1=81=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linter.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0268678..891ef02 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -22,4 +22,11 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - uses: ocular-d/md-linkcheck-action@1.0.2 + with: + # Make sure the actual branch is checked out when running on pull requests + ref: ${{ github.head_ref }} + - name: Prettier Action + uses: creyD/prettier_action@v4.2 + with: + prettier_options: --write **/*.{js,md} +