Skip to content

readme changes to fsi.domain.tld #5

readme changes to fsi.domain.tld

readme changes to fsi.domain.tld #5

Workflow file for this run

name: Test CI
on:
pull_request:
branches:
- main
jobs:
testing:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
registry-url: 'https://registry.npmjs.org'
- name: Build Samples
run: |
npm install
npm run build