Skip to content

feat: release v1.1.6 #28

feat: release v1.1.6

feat: release v1.1.6 #28

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 .