Skip to content

Translation Delivery (#13770) #16620

Translation Delivery (#13770)

Translation Delivery (#13770) #16620

Workflow file for this run

name: CI - lint
on:
pull_request:
push:
branches:
- 'main'
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.1.0
with:
node-version: 22
cache: 'yarn'
- name: Install Dependencies
run: yarn --immutable
- name: Lint
run: yarn ci:lint