Skip to content

Commit

Permalink
Document Automatic Running
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Jan 10, 2025
1 parent 06551fb commit 787cf75
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,14 @@ be added to the `priv/additional_projects.tsv` file.
┌─────────────────▼────────────┐
│$ mix openssf_compliance.stats│
└──────────────────────────────┘
```
```

## Automated Data Storage

This project automatically fetches new data once a month using the
[`.github/workflows/calculate_dataset.yml` action](./.github/workflows/calculate_dataset.yml)
and stores the datasets in git in the[`priv/data/joined` directory](./priv/data/joined).

You can see the recent runs [in the Actions Tab](/actions/workflows/calculate_dataset.yml).
Each run contains a summary of the new statistics and also offers the intermediate
files for download.

0 comments on commit 787cf75

Please sign in to comment.