mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-04 07:15:23 +00:00
Add workflow for stats
This commit is contained in:
parent
2df67ddcc5
commit
73749e7ed4
17
.github/workflows/stats.yaml
vendored
17
.github/workflows/stats.yaml
vendored
@ -1 +1,16 @@
|
|||||||
dunya kirkakl
|
name: Statistics
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
words:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Count words
|
||||||
|
run: make count
|
||||||
|
Loading…
Reference in New Issue
Block a user