Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Github docker action removal.
  • Loading branch information
boyter committed Jun 18, 2024
1 parent ec1b7f5 commit 28ea163
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,29 +91,6 @@ docker run --rm -it -v "$PWD:/pwd" ghcr.io/lhoupert/scc:master scc /pwd

Binaries for Windows, GNU/Linux and macOS for both i386 and x86_64 machines are available from the [releases](https://github.com/boyter/scc/releases) page.

#### GitHub Action workflow

https://github.com/marketplace/actions/scc-docker-action https://github.com/iRyanBell/scc-docker-action

_.github/workflows/main.yml_

```
on: [push]
jobs:
scc_job:
runs-on: ubuntu-latest
name: A job to count the lines of code.
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Get the lines of code.
id: scc
uses: iryanbell/[email protected]
with:
args: ${{ env.workspace }} -i js,go,html,css
```

#### GitLab

https://about.gitlab.com/blog/2023/02/15/code-counting-in-gitlab/
Expand Down

0 comments on commit 28ea163

Please sign in to comment.