Skip to content

Additional: Replace deprecated substr() with slice() and charAt() in cifES.js #140

Additional: Replace deprecated substr() with slice() and charAt() in cifES.js

Additional: Replace deprecated substr() with slice() and charAt() in cifES.js #140

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
linux_tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Run tests
run: npm install