Skip to content

Update dependency @typescript-eslint/eslint-plugin to v6.9.0 #26

Update dependency @typescript-eslint/eslint-plugin to v6.9.0

Update dependency @typescript-eslint/eslint-plugin to v6.9.0 #26

Workflow file for this run

name: Testing
on:
push:
branches:
- feature/*
- hotfix/*
- renovate/*
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: yarn install
- run: yarn build
- run: yarn test