Skip to content

chore: bump version #104

chore: bump version

chore: bump version #104

Workflow file for this run

on:
push:
branches:
- "*"
name: Push
permissions:
contents: read
jobs:
format_and_lint:
runs-on: ubuntu-latest
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- uses: davidB/rust-cargo-make@v1
- uses: actions/checkout@v1
- name: Run rustfmt and clippy executing setup if needed
run: cargo make format-and-lint
env:
DATABASE_URL: "sqlite://database.db"