Skip to content

Bump rexml from 3.2.5 to 3.2.8 #82

Bump rexml from 3.2.5 to 3.2.8

Bump rexml from 3.2.5 to 3.2.8 #82

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install modules
run: npm install
- name: Run ESLint
run: ./node_modules/.bin/eslint gulpfile.js