Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: copy selected command to clipboard #1649

feat: copy selected command to clipboard

feat: copy selected command to clipboard #1649

Workflow file for this run

name: Lint
on:
push:
branches: [ "main" ]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Setup clippy
run: |
rustup set profile minimal
rustup component add clippy
- name: Lint
run: |
make check