This repository has been archived by the owner on Jan 14, 2025. It is now read-only.
Set "automatically capture mouse in full-screen windows" wine option for FO4. #135
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: formatting | |
on: | |
pull_request: | |
branches: | |
- master | |
- independent-installer | |
jobs: | |
indentation: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: check indentation | |
run: ./ci/check-file-indentation.pl * | |