Skip to content

Updated modules.js with new modules #43

Updated modules.js with new modules

Updated modules.js with new modules #43

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
lint:
name: Check linting and formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: |
yarn
yarn prettier . --debug-check
- run: |
yarn lint
test:
name: Test rules
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: |
yarn
yarn test