Skip to content

Merge pull request #104 from koooosh/more-k8s-settings #355

Merge pull request #104 from koooosh/more-k8s-settings

Merge pull request #104 from koooosh/more-k8s-settings #355

Workflow file for this run

name: Rust
on:
pull_request:
branches: "*"
paths-ignore:
- '**.md'
- 'COPYRIGHT'
- 'LICENSE**'
push:
branches: [develop]
paths-ignore:
- '**.md'
- 'COPYRIGHT'
- 'LICENSE**'
jobs:
build:
if: github.repository == 'bottlerocket-os/bottlerocket-settings-sdk'
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_8-core
steps:
- uses: actions/checkout@v4
- run: rustup update stable
- run: cargo install cargo-deny
- run: make build