godlint-cli 0.4.0

Command-line interface for Godlint.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Inline

on:
  push:

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Build and test inline
        run: |
          cargo build

          # This line is not logic.
          cargo test
          cargo clippy