From b0aa285a160992f6e86452c68cfb0965454c7baa Mon Sep 17 00:00:00 2001 From: Nicolas Ettlin Date: Mon, 2 Oct 2023 00:22:15 +0200 Subject: [PATCH] Use another GitHub action --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d3887b..393cf6c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,11 +7,10 @@ jobs: steps: - uses: actions/checkout@v3 - uses: bahmutov/npm-install@v1 + - uses: editorconfig-checker/action-editorconfig-checker@main - name: Check TypeScript run: npx tsc shell: bash - - name: Run EditorConfig - uses: zbeekman/EditorConfig-Action@v1.1.1 - name: Run ESLint run: npm run lint shell: bash