Skip to content

fix(deps): update dependency @capacitor/filesystem to v6.0.3 #1344

fix(deps): update dependency @capacitor/filesystem to v6.0.3

fix(deps): update dependency @capacitor/filesystem to v6.0.3 #1344

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
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
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Lint frontend
id: lint_code_frontend
run: npm run lint -- --fix
- name: Lint backend
id: lint_code_backend
run: npm run lint-backend -- --fix
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef