Skip to content

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 3.4.1 #228

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 3.4.1

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 3.4.1 #228

on:
push:
branches: ["main"]
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo check
working-directory: manifest-builder
clippy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo clippy
working-directory: manifest-builder
fmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo fmt --check
working-directory: manifest-builder
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cargo test
working-directory: manifest-builder