Remove unnecessary test user id and context #25
Workflow file for this run
This file contains hidden or 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: Check if the README file is up to date | |
| on: push | |
| jobs: | |
| static-code-analysis: | |
| name: Check README file | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout repository | |
| id: checkout | |
| uses: actions/checkout@v4 | |
| - name: Common steps | |
| id: common | |
| uses: ghga-de/gh-action-common@v6 | |
| - name: Check README | |
| id: check-readme | |
| run: | | |
| ./scripts/update_readme.py --check |