mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-23 06:00:21 +08:00
chore: remove eslint
This commit is contained in:
parent
cb8f0aa359
commit
1f3eb08a70
33
.github/workflows/lint.yml
vendored
33
.github/workflows/lint.yml
vendored
@ -1,33 +0,0 @@
|
||||
# Lint PRs and pushes to the main branch
|
||||
|
||||
name: Lint
|
||||
|
||||
env:
|
||||
NODE_VERSION: 21.x
|
||||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Use Node.js ${{ env.NODE_VERSION }}
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ env.NODE_VERSION }}
|
||||
cache: 'npm'
|
||||
cache-dependency-path: ./package-lock.json
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Run ESLint
|
||||
run: npx eslint
|
||||
- name: Check translations
|
||||
if: '!cancelled()'
|
||||
run: npm run check-translations
|
Loading…
Reference in New Issue
Block a user