Skip to content

Release 0.1.3 - minor optimizations and dependency bumps, mainly rebuilding for newer base image #1

Release 0.1.3 - minor optimizations and dependency bumps, mainly rebuilding for newer base image

Release 0.1.3 - minor optimizations and dependency bumps, mainly rebuilding for newer base image #1

Workflow file for this run

name: Backend Checks
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
job:
name: Job
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
components: clippy
- name: check
run: |
cargo clippy -- -D warnings