Skip to content

Add .b2a_uu() entry #28288

Add .b2a_uu() entry

Add .b2a_uu() entry #28288

Workflow file for this run

name: Push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: Codecademy/[email protected]
with:
command: ${{ matrix.command }}
strategy:
fail-fast: false
matrix:
command: ["compile", "format:verify", "lint:js", "lint:md", "test"]
on:
push:
branches:
- main
pull_request: