From bca38e77ae7c6e9cf4c81fbc4ac54d6ac5fedb10 Mon Sep 17 00:00:00 2001 From: theoware <59124958+theoware@users.noreply.github.com> Date: Mon, 27 Dec 2021 14:00:05 +0100 Subject: workflow remove unnecessary names --- .github/workflows/weblint.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/weblint.yml b/.github/workflows/weblint.yml index eea4ec9..84fd10c 100644 --- a/.github/workflows/weblint.yml +++ b/.github/workflows/weblint.yml @@ -20,9 +20,7 @@ jobs: steps: - uses: actions/checkout@main - - name: npm install - run: npm install + - run: npm install + working-directory: Website + - run: npm run lint working-directory: Website - - name: npm run lint - run: npm run lint - working-directory: Website \ No newline at end of file -- cgit v1.2.3