diff --git a/.github/workflows/ratbot.yml b/.github/workflows/ratbot.yml index 176f6500..0a8af966 100644 --- a/.github/workflows/ratbot.yml +++ b/.github/workflows/ratbot.yml @@ -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: |