Skip to content

Bump eslint from 9.6.0 to 9.9.1 #88

Bump eslint from 9.6.0 to 9.9.1

Bump eslint from 9.6.0 to 9.9.1 #88

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- main
pull_request:
types: [opened, reopened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: main
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "16"
- name: Setup Gulp
run: |
yarn global add gulp
- name: Install node modules
run: yarn
- name: Gulp build
run: gulp
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: static-resource
path: dst