Skip to content

Bump @cap-js/attachments from 2.0.2 to 3.6.1 #568

Bump @cap-js/attachments from 2.0.2 to 3.6.1

Bump @cap-js/attachments from 2.0.2 to 3.6.1 #568

Workflow file for this run

name: Lint
on:
push:
branches: [develop]
pull_request:
types: [opened, synchronize, reopened, auto_merge_enabled]
permissions:
contents: read
pull-requests: write
concurrency:
group: lint-${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v4
- uses: actions/checkout@v4
- run: npm i
- run: npm run lint