Skip to content

fix(deps): update dependency @capgo/capacitor-screen-recorder to v8.1.80 #1090

fix(deps): update dependency @capgo/capacitor-screen-recorder to v8.1.80

fix(deps): update dependency @capgo/capacitor-screen-recorder to v8.1.80 #1090

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@ff86a557419858bb967097bfc916833f5647fa8c