Skip to content

Commit 474b79d

Browse files
committed
💚 Fix CI Build
1 parent 800b337 commit 474b79d

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Build
22
on:
3-
push:
4-
branches: [master]
5-
pull_request:
6-
branches: [master]
3+
[push, pull_request]
4+
75
jobs:
86
build:
97
runs-on: ubuntu-latest

assets/cover.jpg

-34.9 KB
Binary file not shown.

license.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22

33
Copyright (c) 2022 Eliaz Bobadilla
44

5-
Permission is hereby granted, free of charge, to any person obtaining a copy
6-
of this software and associated documentation files (the "Software"), to deal
7-
in the Software without restriction, including without limitation the rights
8-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9-
copies of the Software, and to permit persons to whom the Software is
10-
furnished to do so, subject to the following conditions:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of
6+
this software and associated documentation files (the "Software"), to deal in
7+
the Software without restriction, including without limitation the rights to
8+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9+
the Software, and to permit persons to whom the Software is furnished to do so,
10+
subject to the following conditions:
1111

1212
The above copyright notice and this permission notice shall be included in all
1313
copies or substantial portions of the Software.
1414

1515
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![CodeQL](https://github.com/UltiRequiem/chigo/workflows/CodeQL/badge.svg)
77
[![Go Report Card](https://goreportcard.com/badge/github.com/UltiRequiem/chigo)](https://goreportcard.com/report/github.com/UltiRequiem/chigo)
88

9-
![Cover](./assets/cover.jpg)
9+
[Lolcat](https://github.com/busyloop/lolcat) port for Golang.
1010

1111
### Screenshot
1212

@@ -18,7 +18,8 @@
1818
go install github.com/UltiRequiem/chigo@latest
1919
```
2020

21-
Or use a binary from [releases](https://github.com/UltiRequiem/chigo/releases/latest).
21+
Or use a binary from
22+
[releases](https://github.com/UltiRequiem/chigo/releases/latest).
2223

2324
### License
2425

0 commit comments

Comments
 (0)