Skip to content

RanaBug has committed new code! πŸš€ Checking... #59

RanaBug has committed new code! πŸš€ Checking...

RanaBug has committed new code! πŸš€ Checking... #59

Workflow file for this run

name: Code Quality
run-name: ${{ github.actor }} has committed new code! πŸš€ Checking...
on: [pull_request]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm i
- run: npm run test:ci