Skip to content

Bump @etchteam/eslint-config from 2.0.14 to 2.0.17 #4

Bump @etchteam/eslint-config from 2.0.14 to 2.0.17

Bump @etchteam/eslint-config from 2.0.14 to 2.0.17 #4

Workflow file for this run

---
name: 👮 CI
on: ['pull_request']
permissions:
contents: read
jobs:
lint:
permissions:
contents: read
pull-requests: write
name: 🧹 Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- uses: oxsecurity/megalinter/flavors/[email protected]
env:
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
test:
name: 🧪 Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm ci
- run: npm test