Skip to content

Commit

Permalink
chore: try bot
Browse files Browse the repository at this point in the history
  • Loading branch information
FL33TW00D committed Jan 22, 2024
1 parent f733aba commit 17df76c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ratbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# Step to count lines of code using scc
- name: Install scc
run: |
sudo snap install scc
- name: Count lines of code
id: loc
run: |
Expand Down

0 comments on commit 17df76c

Please sign in to comment.