Skip to content

Bump eslint-plugin-github from 4.9.2 to 4.10.0 (#382) #809

Bump eslint-plugin-github from 4.9.2 to 4.10.0 (#382)

Bump eslint-plugin-github from 4.9.2 to 4.10.0 (#382) #809

Workflow file for this run

---
name: build-test
on:
pull_request:
push:
branches:
- main
- releases/*
jobs:
build:
runs-on: ubuntu-22.04
timeout-minutes: 5
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3.8.1
with:
node-version: '16'
cache: npm
- name: Install dependencies
run: npm ci
- name: Run all tests
run: npm run all