Skip to content

Merge branch '25086-idra-news-events-split' into main #49

Merge branch '25086-idra-news-events-split' into main

Merge branch '25086-idra-news-events-split' into main #49

Workflow file for this run

name: Linting
on:
pull_request:
push:
branches:
- main
jobs:
build:
name: 'Linting'
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: 'Install pnpm'
run: npm install -g pnpm@8
- name: 'Check out repository'
uses: actions/checkout@v3
- name: 'Install dependencies'
run: make install
- name: 'Static code analysis'
run: pnpm turbo run lint