Skip to content

Add update-annotations workflow #10

Add update-annotations workflow

Add update-annotations workflow #10

Workflow file for this run

name: Build
on:
push:
branches:
- main
workflow_call:
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- run: bundle exec rake
# TODO: Improve testing.
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