Skip to content

Commit

Permalink
Support rustrover-eap versioning (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
navarroaxel authored Aug 14, 2024
1 parent 229b94d commit 04f66c4
Show file tree
Hide file tree
Showing 13 changed files with 318 additions and 194 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
name: Lint Code Base
name: Lint
on:
push:
pull_request:
branches: [main]

permissions: { }
jobs:
build:
name: Lint Code Base
name: Lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4
- uses: github/super-linter@v5
with:
fetch-depth: 0
- uses: super-linter/super-linter@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_RUST_2015: false
VALIDATE_RUST_CLIPPY: false
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ on:
push:
pull_request:
branches: [main]

permissions: { }
env:
CARGO_TERM_COLOR: always

jobs:
fmt:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 04f66c4

Please sign in to comment.