Ferrell Synthetic Intelligence
Add production file workflow and desktop release project
9057700
Raw
History Blame Contribute Delete
328 Bytes
name: AIDE CI
on:
push:
pull_request:
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test
- run: npm run check
- run: npm run veritas