Skip to content

Detect AI coding from Codex and Claude #348

Detect AI coding from Codex and Claude

Detect AI coding from Codex and Claude #348

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
build:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Unit tests
run: npm run compile:dev