Skip to content

asdfjkl

asdfjkl #10

Workflow file for this run

name: therm
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
macos-x64:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
make -j4 CIFLAGS='CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO' | tee build.log
- name: Count Warnings
run: grep warning: build.log | wc -l

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yml

Invalid workflow file

You have an error in your yaml syntax on line 20
- name: Packaging
run: make dist
- uses: actions/upload-artifact@v3
with:
name: Therm.zip
path: Therm-*.zip