Skip to content

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 #1799

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0

Bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 #1799

Workflow file for this run

name: 'CI'
on:
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: actions/upload-artifact@v3
with:
name: Results
path: __templates__/*.*