Skip to content

Bump swayipc-async from 2.0.1 to 2.0.4 #165

Bump swayipc-async from 2.0.1 to 2.0.4

Bump swayipc-async from 2.0.1 to 2.0.4 #165

Workflow file for this run

name: Lint
on:
push:
pull_request:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: format check
run: cargo fmt --check --verbose
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: clippy
run: cargo clippy
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: build release
run: cargo build --release --verbose