Skip to content

Bump softprops/action-gh-release from 0.1.14 to 2.0.8 #3

Bump softprops/action-gh-release from 0.1.14 to 2.0.8

Bump softprops/action-gh-release from 0.1.14 to 2.0.8 #3

Workflow file for this run

on: [push, pull_request]
name: Clippy
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Install stable
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: clippy
override: true
- name: Run clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings