Skip to content

Commit

Permalink
feat: slz (#75)
Browse files Browse the repository at this point in the history
feature branch for #73

---------

Co-authored-by: VeronicaSea <69697690+VeronicaSea@users.noreply.github.com>
  • Loading branch information
matt-FFFFFF and VeronicaSea authored Oct 15, 2024
1 parent fa50a11 commit 9f920be
Show file tree
Hide file tree
Showing 13 changed files with 1,378 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
go-version: 'stable'

- name: Install alzlibtool
run: go install github.com/Azure/alzlib/cmd/alzlibtool@v0.21.5
run: go install github.com/Azure/alzlib/cmd/alzlibtool@v0.21.7

- name: Azure login
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
Expand All @@ -72,7 +72,7 @@ jobs:
if [ -z "$(git status -suno)" ]; then
echo "README.md is up to date"
else
echo "README.md is out of date"
echo "README.md is out of date, generate using 'alzlibtool document library . >README.md'"
git --no-pager diff
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-alz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
go-version: 'stable'

- name: install alzlibtool
run: go install github.com/Azure/alzlib/cmd/alzlibtool@v0.21.5
run: go install github.com/Azure/alzlib/cmd/alzlibtool@v0.21.7

- uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0
id: generate-token
Expand Down
Loading

0 comments on commit 9f920be

Please sign in to comment.