Skip to content

[NO JIRA] Allow mapping without replacing fields #607

[NO JIRA] Allow mapping without replacing fields

[NO JIRA] Allow mapping without replacing fields #607

Workflow file for this run

name: Linter
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
name: ESLint
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: pnpm install
- name: Execute linter
run: pnpm lint