FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

pmd done · TheAlgorithms/Java@1ebe273 · GitHub

feat(datastructures): add SelfOrganizingLinkedList implementation and tests #5262

feat(datastructures): add SelfOrganizingLinkedList implementation and tests

feat(datastructures): add SelfOrganizingLinkedList implementation and tests #5262

Workflow file for this run

This file contains hidden or 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
---
name: Infer
'on':
workflow_dispatch:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
run_infer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set up JDK
uses: actions/setup-java@v5.7.0
with:
java-version: 21
distribution: 'temurin'
- name: Set up inferAdd commentMore actions
uses: srz-zumix/setup-infer@v1
- name: Display infer version
run: |
which infer
infer --version
- name: Run infer
run: |
mvn clean
infer --java-version 21 --fail-on-issue --print-logs --no-progress-bar -- mvn test
...

Back | FazBrowse Home | New Git URL