Skip to content

SNOW-830291, XMLParser - initialisation with custom configuration #118

SNOW-830291, XMLParser - initialisation with custom configuration

SNOW-830291, XMLParser - initialisation with custom configuration #118

Workflow file for this run

name: Audit
on:
push:
branches:
- master
tags:
- v*
pull_request:
branches:
- master
- prep-**
jobs:
lint:
name: Run audit
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v1
- name: Set up Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install dependencies
run: npm i
- name: Run audit
run: npm audit