Files
python/.github/workflows/configlet.yml
dependabot[bot] 9772a9c54f Bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.4.0...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 16:06:06 -08:00

17 lines
302 B
YAML

name: Configlet CI
on: [push, pull_request, workflow_dispatch]
jobs:
configlet:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Fetch configlet
uses: exercism/github-actions/configlet-ci@main
- name: Configlet Linter
run: configlet lint