suspendmanager: walkable() now correctly identifies all walkable squares and broke out a new function to explicitly exclude cases where that tile is a tree branch #3104
Workflow file for this run
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
name: Build | |
on: [push, pull_request] | |
jobs: | |
test: | |
uses: DFHack/dfhack/.github/workflows/test.yml@develop | |
with: | |
scripts_ref: ${{ github.ref }} | |
secrets: inherit | |
docs: | |
uses: DFHack/dfhack/.github/workflows/build-linux.yml@develop | |
with: | |
scripts_ref: ${{ github.ref }} | |
artifact-name: docs | |
platform-files: false | |
common-files: false | |
docs: true | |
secrets: inherit | |
lint: | |
uses: DFHack/dfhack/.github/workflows/lint.yml@develop | |
with: | |
scripts_ref: ${{ github.ref }} | |
secrets: inherit |