Skip to content

docs: update readme.md #22

docs: update readme.md

docs: update readme.md #22

Workflow file for this run

name: Test workflow
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: rm -rf node_modules
- uses: ./
- uses: ./
with:
gh-token: ${{ secrets.GH_TOKEN }}
openai-api-key: ${{ secrets.OPENAI_API_KEY }}