Skip to content

Few updates and fixes (#65) #54

Few updates and fixes (#65)

Few updates and fixes (#65) #54

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
env:
NODE_OPTIONS: --max_old_space_size=6144
DIRECTUS_URL: ${{ secrets.DIRECTUS_URL }}
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Prepare
uses: ./.github/actions/prepare
- name: Run Linter
run: pnpm lint