Files
dotfiles/.github/workflows/ci.yml
dependabot[bot] 97d18de5ba build(deps): bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [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/v4.1.6...v4.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 05:56:41 +00:00

14 lines
222 B
YAML

name: Dotfiles CI
on: [push]
jobs:
tests:
name: Run test suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
# Run the tests
- name: 'Run tests'
run: ./script/test