Skip to content

Bump eslint from 8.52.0 to 8.53.0 #1558

Bump eslint from 8.52.0 to 8.53.0

Bump eslint from 8.52.0 to 8.53.0 #1558

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@v3
- run: npm install
- run: npm run all
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./
- uses: actions/upload-artifact@v3
with:
name: Results
path: __templates__/*.*