Skip to content

Commit edfa340

Browse files
🩹 [Patch]: Use GitHub-Script + linter updates (#34)
## Description - Use GitHub-Script instead of inline, and use LogGroup function instead of Start/Stop LogGroup functions. - Linter updates - Disable prettier linters. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent 8b12ecc commit edfa340

File tree

4 files changed

+334
-348
lines changed

4 files changed

+334
-348
lines changed

.github/workflows/Linter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ jobs:
2727
uses: super-linter/super-linter@latest
2828
env:
2929
GITHUB_TOKEN: ${{ github.token }}
30+
VALIDATE_MARKDOWN_PRETTIER: false
31+
VALIDATE_YAML_PRETTIER: false

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ inputs:
6464
runs:
6565
using: composite
6666
steps:
67+
- name: Run Build-PSModule
68+
uses: PSModule/GitHub-Script@v1
69+
6770
- name: Run Publish-PSModule
6871
shell: pwsh
6972
env:

0 commit comments

Comments
 (0)