Skip to content

change the 1337 game to use heeeckers early voting system #153

change the 1337 game to use heeeckers early voting system

change the 1337 game to use heeeckers early voting system #153

name: build-and-test-non-master
on:
push:
branches-ignore:
- 'master'
jobs:
docker:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [21.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run start