-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into agnostic
- Loading branch information
Showing
26 changed files
with
1,386 additions
and
940 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
|
||
[vcsh] | ||
indent_style = tab | ||
trim_trailing_whitespace = true |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: Lint | ||
on: [push, pull_request] | ||
jobs: | ||
editor-config: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Lint code style | ||
uses: editorconfig-checker/[email protected] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Test | ||
on: [push, pull_request] | ||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Install build dependencies | ||
run: | | ||
sudo apt-get install ruby-ronn | ||
- name: Install perl test dependencies | ||
uses: perl-actions/[email protected] | ||
with: | ||
install: | | ||
Shell::Command | ||
Test::Most | ||
- name: Run tests | ||
run: | | ||
make test |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
vcsh.1 | ||
*.patch | ||
*.swp | ||
.swp | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,41 @@ | ||
Alphabetical list of surnames of everyone who ever committed to this repository. | ||
Auto-generated from tools/list_CONTRIBUTORS. | ||
|
||
Skurikhin Alexander <[email protected]> | ||
Eric Bouchut <[email protected]> | ||
Dridi Boukelmoune <[email protected]> | ||
Rob Cornish <[email protected]> | ||
Vincent Demeester <[email protected]> | ||
Mert Dirik <[email protected]> | ||
Jeff Fein-Worton <[email protected]> | ||
Thomas Ferris Nicolaisen <[email protected]> | ||
martin f. krafft <[email protected]> | ||
Alessandro Ghedini <[email protected]> | ||
Dennis Gilmore <[email protected]> | ||
Thorsten Glaser <[email protected]> | ||
G.raud <[email protected]> | ||
Mikhail Gusarov <[email protected]> | ||
Valentin Haenel <[email protected]> | ||
Richard Hartmann <[email protected]> | ||
Gregor Jasny <[email protected]> | ||
Errietta Kostala <[email protected]> | ||
Yuval Langer <[email protected]> | ||
Caleb Maclennan <[email protected]> | ||
Markus Martin <[email protected]> | ||
mek-apelsin <[email protected]> | ||
Evan Pitstick <[email protected]> | ||
Dieter Plaetinck <[email protected]> | ||
Corey Quinn <[email protected]> | ||
Pavlos Ratis <[email protected]> | ||
Dewey Sasser <[email protected]> | ||
Gernot Schulz <[email protected]> | ||
Aaron Schumacher <[email protected]> | ||
Andrew Schwartzmeyer <[email protected]> | ||
Dato Simó <[email protected]> | ||
Alexander Skurikhin <[email protected]> | ||
Jonathan Sternberg <[email protected]> | ||
Mathias Svensson <[email protected]> | ||
Frank Terbeck <[email protected]> | ||
mirabilos <[email protected]> | ||
Aaron VonderHaar <[email protected]> | ||
Tony <[email protected]> |
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
Oops, something went wrong.