Skip to content

Enhance Evergit to support multiple AI providers (OpenAI and Ollama) … #62

Enhance Evergit to support multiple AI providers (OpenAI and Ollama) …

Enhance Evergit to support multiple AI providers (OpenAI and Ollama) … #62

Workflow file for this run

name: AutoPretty
on:
pull_request:
branches:
- 'dev'
push:
branches:
- 'dev'
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }}
fetch-depth: 0
- name: Prettify code
uses: creyD/[email protected]
with:
prettier_options: --write "**/*.{js,ts,json}" --config .prettierrc
only_changed: False