Skip to content

Merge branch 'main' of https://github.com/Cap-go/CLI #338

Merge branch 'main' of https://github.com/Cap-go/CLI

Merge branch 'main' of https://github.com/Cap-go/CLI #338

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
push:
branches: [ "main" ]
permissions:
contents: read
jobs:
autofix:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup bun
uses: oven-sh/setup-bun@v2.0.1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Lint
id: lint_code
run: npm run lint
- uses: autofix-ci/action@ff86a557419858bb967097bfc916833f5647fa8c