Skip to content

This test has healthy but different errors after the change #21

This test has healthy but different errors after the change

This test has healthy but different errors after the change #21

name: Run CI Scripts
on:
push:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: .
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: sudo apt install -y xsltproc
- run: npm ci --legacy-peer-deps
- run: npm run git-ci