mirror of
https://github.com/logos-messaging/packages.git
synced 2026-08-25 09:51:15 +00:00
GitHub actions (#1744)
* Add GitHub actions * Workflow typo * Workflow typo * Use GITHUB_TOKEN in build if available
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
default:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: iffy/install-nim@v3
|
||||
with:
|
||||
version: stable
|
||||
- run: nim c -d:ssl -r package_scanner.nim
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- run: node ./validate_json.js
|
||||
Reference in New Issue
Block a user