Skip to content

Add support for Elden Ring 2.06.0 (#139) #89

Add support for Elden Ring 2.06.0 (#139)

Add support for Elden Ring 2.06.0 (#139) #89

Workflow file for this run

name: Lints
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
lints:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
with:
submodules: recursive
- name: Rust toolchains
run: |
rustup toolchain install nightly --target x86_64-pc-windows-msvc --profile minimal -c rustfmt clippy
- name: Lints
run: |
cargo +nightly clippy -- -D warnings
cargo +nightly fmt --all -- --check