Change id
type from uint32
to int64
in LockPostgreSQL (#74)
#68
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Static Checks | |
on: [ "push", "pull_request" ] | |
jobs: | |
staticcheck: | |
name: Linter | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: dominikh/[email protected] | |
with: | |
version: "2023.1.3" |