Skip to content

Commit

Permalink
feat: replace TODOs workflow with a new update-todo-badges workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Dec 8, 2024
1 parent 86c969f commit e467e76
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TODOs
name: Update TODO Badges

on:
push:
Expand All @@ -15,11 +15,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install PowerShell
- name: Ensure PowerShell is installed
run: |
sudo apt-get update
sudo apt-get install -y powershell
- name: Make script executable
run: chmod +x ./scripts/update-todo-badges.ps1

- name: Update TODO badges
shell: pwsh
run: ./scripts/update-todo-badges.ps1
Expand Down

0 comments on commit e467e76

Please sign in to comment.