Skip to content

chore(EN-1142): Move remaining workflows to the new infra #33

chore(EN-1142): Move remaining workflows to the new infra

chore(EN-1142): Move remaining workflows to the new infra #33

Workflow file for this run

on: push
name: Clippy check
env:
CARGO_TERM_COLOR: always
LIBCLANG_PATH: /usr/lib/llvm-14/lib/
jobs:
clippy_check:
runs-on: prod-linux-xs
steps:
- uses: actions/checkout@v1
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Clippy default