packages/.github/workflows/testpush.yml
dependabot[bot] 9ca84743c6
Bump iffy/install-nim from 5.0.8 to 5.0.9 (#2965)
Bumps [iffy/install-nim](https://github.com/iffy/install-nim) from 5.0.8 to 5.0.9.
- [Release notes](https://github.com/iffy/install-nim/releases)
- [Changelog](https://github.com/iffy/install-nim/blob/master/CHANGELOG.md)
- [Commits](https://github.com/iffy/install-nim/compare/v5.0.8...v5.0.9)

---
updated-dependencies:
- dependency-name: iffy/install-nim
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 13:28:42 +08:00

14 lines
316 B
YAML

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