Skip to content

Fix logical not

Fix logical not #6

Workflow file for this run

name: Build
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake
continue-on-error: true
- name: Build annotations
run: bundle exec rake build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: dfhack-lua-definitions
path: dist
compression-level: 9