Skip to content

ci(micropython): add MicroPython v1.21.0 to test matrix #101

ci(micropython): add MicroPython v1.21.0 to test matrix

ci(micropython): add MicroPython v1.21.0 to test matrix #101

Workflow file for this run

name: Test and Lint
on:
push:
pull_request:
branches: [main]
jobs:
test:
name: Test and Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Prettier
run: npm run format:check
- name: Lint
run: npm run lint
- name: Test code
run: npm test