Skip to content

Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.53.0.0 (#760) #593

Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.53.0.0 (#760)

Bump org.xerial:sqlite-jdbc from 3.51.2.0 to 3.53.0.0 (#760) #593

Workflow file for this run

name: Check shell scripts
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Install shellcheck
run: sudo apt install shellcheck
- name: Detect errors in shell scripts
run: make shellerrors