Skip to content

Merge pull request #172 from kobakazu0429/renovate/eslint-plugin-jsx-… #657

Merge pull request #172 from kobakazu0429/renovate/eslint-plugin-jsx-…

Merge pull request #172 from kobakazu0429/renovate/eslint-plugin-jsx-… #657

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup NodeJs
uses: actions/setup-node@v4
with:
node-version: "16.9.1"
- run: yarn install
working-directory: tests
- run: yarn lint
working-directory: tests