Skip to content

chore(deps): bump chrono from 0.4.26 to 0.4.31 #432

chore(deps): bump chrono from 0.4.26 to 0.4.31

chore(deps): bump chrono from 0.4.26 to 0.4.31 #432

Workflow file for this run

name: Rust
on:
push:
tags-ignore:
- 'v*'
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lint code
run: cargo fmt --all -- --check
test:
needs: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test --verbose