Skip to content

Updates and improvements to most fx macros. #2

Updates and improvements to most fx macros.

Updates and improvements to most fx macros. #2

Workflow file for this run

name: Release Creation
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: Checkout
- uses: actions/setup-node@v3
name: Setup Node
with:
node-version: latest
- name: Run Tests
run: |
npm ci
npm test