Skip to content

Commit

Permalink
Add check for spelling typos
Browse files Browse the repository at this point in the history
  • Loading branch information
secwall committed Nov 25, 2024
1 parent df89857 commit 4f7f951
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ jobs:
env:
LANG: en_US.utf8
DEBIAN_FRONTEND: noninteractive
PG_MAJOR: 15
PG_MAJOR: 17
container:
image: ubuntu:jammy
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check for spelling typos
uses: crate-ci/typos@master
- name: Set postgresql uid/gid
run: |
groupadd -r postgres --gid=999
Expand Down

0 comments on commit 4f7f951

Please sign in to comment.