Skip to content

Commit

Permalink
Adds a lint for line endings (shiptest-ss13#666)
Browse files Browse the repository at this point in the history
* lint

* stuff to make lints

* more lint appeasing

* fix the scrapper?

* again

* binaries are binaries
  • Loading branch information
jupyterkat authored Jan 22, 2022
1 parent db4db1a commit ebfb54e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
*.jpg binary
*.png binary
*.so binary
*.ogg binary
*.mid binary

## Merger hooks, run tools/hooks/install.bat or install.sh to set up
*.dmm text eol=lf merge=dmm
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
bash tools/ci/install_spaceman_dmm.sh dreamchecker
bash tools/ci/install_auxmos.sh
tools/bootstrap/python -c ''
- name: Check line endings
uses: AODocs/[email protected]
- name: Run Linters
run: |
bash tools/ci/check_filedirs.sh shiptest.dme
Expand Down
1 change: 1 addition & 0 deletions config/external_rsc_urls.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
http://url_goes_here/shiptest.zip
2 changes: 1 addition & 1 deletion config/policy.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{}
{}
2 changes: 1 addition & 1 deletion strings/clockwork_cult_changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Stargazers have been removed. Integration cogs are now the primary way of creating power.
Stargazers have been removed. Integration cogs are now the primary way of creating power.

0 comments on commit ebfb54e

Please sign in to comment.