Skip to content

Merge pull request #31 from ChiragAgg5k/chore-improve-system-prompt #13

Merge pull request #31 from ChiragAgg5k/chore-improve-system-prompt

Merge pull request #31 from ChiragAgg5k/chore-improve-system-prompt #13

Workflow file for this run

name: "Format"
on:
pull_request:
push:
branches: [main]
jobs:
format:
name: "Format"
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
- name: Install dependencies
run: npm install
- name: Format
run: npm run format