Skip to content

chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 #159

chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0

chore(deps): bump docker/build-push-action from 6.10.0 to 6.11.0 #159

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
paths-ignore:
- 'Dockerfile'
- 'CHANGELOG.md'
- 'README.md'
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose