Skip to content

Commit

Permalink
Migrate from Alkahest
Browse files Browse the repository at this point in the history
  • Loading branch information
cohaereo committed Jan 18, 2024
0 parents commit 3a2d365
Show file tree
Hide file tree
Showing 32 changed files with 7,294 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text=auto
31 changes: 31 additions & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Clippy

on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
push:
paths-ignore:
- "**/.md"

env:
CARGO_TERM_COLOR: always

jobs:
build:
name: Clippy (${{ matrix.platform }})
runs-on: ${{ matrix.platform }}
strategy:
fail-fast: true
matrix:
platform: [windows-latest]
steps:
- uses: actions/checkout@v3

- uses: Swatinem/rust-cache@v2

- name: Clippy
run: cargo clippy --all-features
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.vscode
/target

# QuickTag
cache.bin
oo2core_3_win64.dll
oo2core_9_win64.dll
package_cache.json
raw_strings_filtered.txt
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/discord.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions .idea/quicktag.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3a2d365

Please sign in to comment.