Skip to content

Merge pull request #71 from LCOGT/feature/warning #20

Merge pull request #71 from LCOGT/feature/warning

Merge pull request #71 from LCOGT/feature/warning #20

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '22.2.0'
- name: Install dependencies
env:
FONTAWESOME_PACKAGE_TOKEN: ${{ secrets.FONTAWESOME_PACKAGE_TOKEN }}
run: npm install
- name: Run tests
run: npx vitest