packages/.github/workflows/testpush.yml
dependabot[bot] 36da9ff2fe
Bump actions/checkout from 4 to 5 (#3105)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-12 07:52:29 +02:00

14 lines
316 B
YAML

on: push
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: iffy/install-nim@v5.1.0
with:
version: stable
- run: nim c -d:ssl -r -d:release package_scanner.nim packages.json
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}