Skip to content

fix case in file name of specialcharacters.json #57

fix case in file name of specialcharacters.json

fix case in file name of specialcharacters.json #57

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
env:
WMF_USERNAME: ${{secrets.WMF_USERNAME}}
WMF_PASSWORD: ${{secrets.WMF_PASSWORD}}