mirror of
https://github.com/plankanban/planka.git
synced 2025-12-24 17:25:00 +03:00
7
.github/workflows/lint.yml
vendored
7
.github/workflows/lint.yml
vendored
@@ -6,16 +6,17 @@ on:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
setup:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Cache Node.js modules
|
||||
|
||||
Reference in New Issue
Block a user