Skip to content

Bump eslint-plugin-github from 4.9.0 to 4.10.1 #1543

Bump eslint-plugin-github from 4.9.0 to 4.10.1

Bump eslint-plugin-github from 4.9.0 to 4.10.1 #1543

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__/*.*