Skip to content

[Fil 1079] allow metaallocator to reject refresh by setting datacap to 0 #81

[Fil 1079] allow metaallocator to reject refresh by setting datacap to 0

[Fil 1079] allow metaallocator to reject refresh by setting datacap to 0 #81

Workflow file for this run

name: CI
on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop
jobs:
lint-and-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup project files
uses: ./.github/actions/setup
with:
node-version: 20
- name: Check Prettier formatting
run: npm run format:check
- name: Run tests
run: npm run test:unit