Skip to content

Fix Northflank template: use context.projectId for existing project #28

Fix Northflank template: use context.projectId for existing project

Fix Northflank template: use context.projectId for existing project #28

Workflow file for this run

name: Lint
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint with ESLint
run: npm run lint