Skip to content

Add wtr (Web test runner) domain to js topic. #9

Add wtr (Web test runner) domain to js topic.

Add wtr (Web test runner) domain to js topic. #9

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Install Project
run: make install
- name: Run checks
run: make check