Skip to content

chore(package): update all of typescript-eslint to version 6.13.2 #2181

chore(package): update all of typescript-eslint to version 6.13.2

chore(package): update all of typescript-eslint to version 6.13.2 #2181

Workflow file for this run

name: Test Coveralls
on:
workflow_dispatch:
push:
jobs:
coveralls:
name: Coveralls
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3.6.0
with:
node-version: '18'
cache: 'yarn'
- name: yarn install, yarn test:coverage
run: |
yarn
yarn test:coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}