Merge pull request from neonlabsorg/main - March 25 2024 to June 17 2024 #90
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: reviewdog | |
on: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
typos: | |
name: runner / chore | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: crate-ci/[email protected] | |
with: | |
files: ./docs |