Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.37.0 to 8.39.0 #898

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.37.0 to 8.39.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.37.0 to 8.39.0 #898

Workflow file for this run

name: CI
on:
pull_request:
types:
- opened
- synchronize
permissions: {}
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
jobs:
test:
name: Run JS tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: yarn test:ci
- name: Upload coverage report
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24
with:
directory: coverage