Skip to content

Bump dexie from 4.0.10 to 4.0.11 #13

Bump dexie from 4.0.10 to 4.0.11

Bump dexie from 4.0.10 to 4.0.11 #13

Workflow file for this run

name: GitHub Actions Lint
on:
pull_request:
jobs:
actionlint:
name: Run actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-actionlint@v1
with:
fail_level: any
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check