Skip to content

feat: release v1.1.5 (patch) #27

feat: release v1.1.5 (patch)

feat: release v1.1.5 (patch) #27

Workflow file for this run

name: Continous Integration
on:
push:
branches: [main]
workflow_dispatch:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Prettify code
uses: creyD/[email protected]
with:
commit_message: 'style: fix formatting'
prettier_options: -w .