lime: Help text now omits references to the SDL frontend if it is disabled #358
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: lime-license | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
license-header: | |
runs-on: ubuntu-latest | |
container: | |
image: opensauce04/lime3ds-build:latest | |
options: -u 1001 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
- name: Fetch master branch | |
run: git fetch origin master:master | |
- name: Check license headers | |
run: ./.ci/license-header.rb |