Skip to content

Added required argument to alt.log #628

Added required argument to alt.log

Added required argument to alt.log #628

Workflow file for this run

name: Pull Request
on: [pull_request]
jobs:
test:
name: Test changes
runs-on: ubuntu-latest
steps:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 18.x
- name: Checkout repository
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Install dependencies
run: yarn install
- name: Test
run: yarn run test
- name: Lint
run: yarn run lint