Skip to content

build(deps): bump tokio from 1.39.1 to 1.39.2 #1297

build(deps): bump tokio from 1.39.1 to 1.39.2

build(deps): bump tokio from 1.39.1 to 1.39.2 #1297

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
env:
dbus-codegen-version: 0.9.1
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
format:
name: Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Format Rust code
run: cargo fmt --all -- --check