Skip to content

feat: add image without at #9

feat: add image without at

feat: add image without at #9

Workflow file for this run

name: CI for production
on:
push:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- name: Build
run: |
cd audit
npm ci
npx nx run-many -t lint,test