mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-01-23 20:19:11 +00:00
17 lines
234 B
YAML
17 lines
234 B
YAML
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
|