Skip to content

chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 #592

chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3

chore(deps-dev): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 #592

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
yarn install
yarn lint
yarn test:ci
- name: Coveralls
uses: coverallsapp/github-action@master
env:
NODE_COVERALLS_DEBUG: 1
with:
github-token: ${{ github.token }}