Skip to content

Bump fast-xml-parser from 4.2.4 to 4.2.5 in /example #346

Bump fast-xml-parser from 4.2.4 to 4.2.5 in /example

Bump fast-xml-parser from 4.2.4 to 4.2.5 in /example #346

Workflow file for this run

name: Linter
on: [push, pull_request]
jobs:
eslint:
name: ESLint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint