Skip to content

Update language-data from upstream #532

Update language-data from upstream

Update language-data from upstream #532

Workflow file for this run

name: Lint
on:
[pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18.x', '20.x' ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Install package.json dependencies
run: npm install
- name: Run linting
run: npm run lint