Skip to content

Merge pull request #344 from MikelCalvo/feature/openai_migration_to_v4 #87

Merge pull request #344 from MikelCalvo/feature/openai_migration_to_v4

Merge pull request #344 from MikelCalvo/feature/openai_migration_to_v4 #87

Workflow file for this run

name: Prettier
on:
push:
branches:
- master
- main
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm ci
- name: Run Prettier
run: npm run prettier
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}