Skip to content

Commit

Permalink
adjust linting to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaweinmann committed Jun 5, 2024
1 parent 696285a commit 749ba81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: [push]

jobs:
lint:
uses: mundialis/github-workflows/.github/workflows/linting.yml@main
uses: mundialis/github-workflows/.github/workflows/linting.yml@1.2.0
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Steps when releasing:
- At the bottom of the release, add
"generated with `gh api repos/$REPO_NAME/releases/generate-notes -f tag_name="$ESTIMATED_VERSION" -f target_commitish=main -q .body`" and replace `$REPO_NAME` and `$ESTIMATED_VERSION` with the actual version.
- Make sure that the checkbox for "Set as the latest release" is checked so that this version appears on the main github repo page
- Now you can save the release
- Now you can save the release

0 comments on commit 749ba81

Please sign in to comment.