Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbozhenko committed Dec 16, 2024
1 parent d2af910 commit 272a241
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/pushes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,17 @@ jobs:
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: matrix.canonical

- name: Generate docs
shell: 'script -q -e -c "bash {0}"'
run: |
go run ./ test doc docs
- name: Auto-commit generated recordings
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Auto-commit recording
file_pattern: docs/**

- name: Bad versions creep defense
id: go-module-versions
# The go.mod includes tests, and some of our tests explicitly pull in jwtv1, which is unmaintained and has security issues.
Expand Down

0 comments on commit 272a241

Please sign in to comment.