chore: add JNID preprocessor define to JNID #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# MIT License | |
# Copyright (c) 2024 arfy slowy - DeRuneLabs | |
name: testing jane workflow mac | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: installattion golang | |
uses: actions/setup-go@v4 | |
with: | |
go-version: "1.21.x" | |
- name: build jane | |
run: sh ./jn_scripts/build.sh |