Skip to content

✨ Use Alert of Flowbite Svelte to check #3

✨ Use Alert of Flowbite Svelte to check

✨ Use Alert of Flowbite Svelte to check #3

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# https://github.com/actions/setup-node
- uses: actions/setup-node@v3
with:
node-version: '20'
check-latest: true
- run: npm install
- run: npm run build
- run: npm run lint