From bc5139aaa9d146610aae2978486254e79ce6a455 Mon Sep 17 00:00:00 2001 From: Nodoubtz <53144580+nodoubtz@users.noreply.github.com> Date: Thu, 27 Mar 2025 09:07:26 -0400 Subject: [PATCH] Delete .github/workflows/lint.yml Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com> --- .github/workflows/lint.yml | 72 -------------------------------------- 1 file changed, 72 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 3e915ba..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,72 +0,0 @@ -name: 'Tests: linting' - -on: [pull_request, push] - -permissions: - contents: read - -jobs: - eclint: - runs-on: ubuntu-latest - steps: - - uses: step-security/harden-runner@v2 - with: - allowed-endpoints: - github.com:443 - raw.githubusercontent.com:443 - nodejs.org:443 - registry.npmjs.org:443 - - uses: actions/checkout@v4 - - uses: ljharb/actions/node/install@main - name: 'nvm install ${{ matrix.node-version }} && npm install' - with: - node-version: 'lts/*' - - run: npm run eclint - - dockerfile_lint: - runs-on: ubuntu-latest - steps: - - uses: step-security/harden-runner@v2 - with: - allowed-endpoints: - ghcr.io:443 - github.com:443 - raw.githubusercontent.com:443 - pkg-containers.githubusercontent.com:443 - nodejs.org:443 - registry.npmjs.org:443 - - uses: actions/checkout@v4 - - uses: ljharb/actions/node/install@main - name: 'nvm install ${{ matrix.node-version }} && npm install' - with: - node-version: 'lts/*' - - run: npm run dockerfile_lint - - doctoc: - runs-on: ubuntu-latest - steps: - - uses: step-security/harden-runner@v2 - with: - allowed-endpoints: - github.com:443 - raw.githubusercontent.com:443 - nodejs.org:443 - registry.npmjs.org:443 - - uses: actions/checkout@v4 - - uses: ljharb/actions/node/install@main - name: 'nvm install ${{ matrix.node-version }} && npm install' - with: - node-version: 'lts/*' - - run: npm run doctoc:check - - test_naming: - runs-on: ubuntu-latest - steps: - - uses: step-security/harden-runner@v2 - with: - allowed-endpoints: - github.com:443 - raw.githubusercontent.com:443 - - uses: actions/checkout@v4 - - name: check tests filenames - run: ./rename_test.sh --check