Remove CRLF, enforce with workflow (#26401)

* Check for CRLF in actions workflow

Make emisse weep

* Copy paste bottom text

* I would like to thank StackOverflow for this spite PR.

* Mention file name in message because the workflow tab doesn't display it.

* dos2unix everything
This commit is contained in:
Pieter-Jan Briers
2024-03-24 22:06:17 +01:00
committed by GitHub
parent f2112e6e9d
commit 89db4409a4
182 changed files with 1712609 additions and 1712558 deletions

View File

@@ -1,50 +1,50 @@
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/master/icons/mob/pets.dmi",
"states":
[
{
"name": "fox",
"directions": 4
},
{
"name": "fox-moving",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "fox_dead"
}
]
}
{
"version": 1,
"size":
{
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from TG git https://github.com/tgstation/tgstation/blob/master/icons/mob/pets.dmi",
"states":
[
{
"name": "fox",
"directions": 4
},
{
"name": "fox-moving",
"directions": 4,
"delays": [
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
],
[
0.2,
0.2,
0.2,
0.2
]
]
},
{
"name": "fox_dead"
}
]
}