Skip to content

Checks if docker instance of directus will execute #DX-727 #49

Checks if docker instance of directus will execute #DX-727

Checks if docker instance of directus will execute #DX-727 #49

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
NODE_OPTIONS: --max_old_space_size=6144
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4.0.0
- name: Install dependencies
shell: bash
run: pnpm install
- name: Lint
run: pnpm lint