Skip to content

Add package froth (#2942) #370

Add package froth (#2942)

Add package froth (#2942) #370

Workflow file for this run

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