New checklist item to load your printer with A4 paper #87
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build and Test | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 #see: https://github.com/actions/checkout/releases | |
- uses: actions/setup-node@v4 #see: https://github.com/actions/setup-node/releases | |
- run: npm install | |
- run: npm test |