chromium/third_party/rust/chromium_crates_io/vendor/small_ctor-0.1.2/.github/workflows/clippy.yml

name: Clippy

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - uses: actions/checkout@v1
      - uses: actions-rs/toolchain@v1
        with:
          toolchain: stable
          profile: minimal
          components: clippy, rustfmt
          override: true
      - name: Run clippy
        run: make lint