Skip to content

Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.24.1 #281

Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.24.1

Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.24.1 #281

name: Run Build and Tests on Pull Request
on:
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20.8.0'
- name: Install Dependencies
run: npm install
- name: Run Tests
run: npm run test:verbose
- name: Build the Project
run: npm run build:action