From 9a1d3acc161875bcac8b6061cea6162715ddcacf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Kubern=C3=A1t?= Date: Wed, 25 Sep 2024 17:29:03 +0200 Subject: [PATCH] CI: Run linting via npm --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b7cb647..55661cb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -29,5 +29,5 @@ jobs: - uses: actions/checkout@v3 - name: Install tsc run: npm install - - name: Run xo - run: npx xo --reporter unix src/* test.ts + - name: Run linters + run: npm run lint