Skip to content

Commit

Permalink
Merge pull request #92 from getlipa/ci/ensure-all-files-end-with-line…
Browse files Browse the repository at this point in the history
…-break

Ensure in CI that all files end with a line break
  • Loading branch information
gcomte authored Mar 21, 2023
2 parents d3d03de + 18a3ea4 commit fdaf835
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ jobs:
components: clippy
- name: Clippy
run: cargo clippy -- -D warnings
linelint:
name: Check that files end with line break
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Linelint
uses: fernandrone/linelint@master
id: linelint
unused_dependencies:
name: Look for unused dependencies
runs-on: ubuntu-latest
Expand Down

0 comments on commit fdaf835

Please sign in to comment.