Skip to content

chore(deps): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.13.1 #2170

chore(deps): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.13.1

chore(deps): bump @typescript-eslint/eslint-plugin from 6.11.0 to 6.13.1 #2170

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 }}