Skip to content

MTES-MCT/stats-action

Repository files navigation

stats-action

Github action that checks stats page on url and report results as JSON.

units-test

Usage

jobs:
  scan:
    runs-on: ubuntu-latest
    steps:
      - uses: "MTES-MCT/stats-action@main"
        with:
          url: https://beta.gouv.fr
          uri: 'stats'
          output: 'stats.json'

You can choose output file name adn stats uri.

See action.yml for details and default inputs.

Hacking

To test locally, install act.

npm run all
act

About

Github action that checks stats page and report as JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published