Skip to content

Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.1 (#87) #444

Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.1 (#87)

Bump com.github.spotbugs:spotbugs-annotations from 4.9.0 to 4.9.1 (#87) #444

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
install:
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
runs-on: ubuntu-latest
strategy:
fail-fast: true
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Install
run: ./install.sh