Skip to content

fix Malta flag

fix Malta flag #176

Workflow file for this run

name: Test Format
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js LTS
uses: actions/setup-node@v4
with:
node-version: "lts/*"
- name: Install and test
run: |
yarn --frozen-lockfile
yarn test