Skip to content

Add example for rstest #133

Add example for rstest

Add example for rstest #133

Workflow file for this run

name: Lint
concurrency:
group: lint-${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check spelling of file.txt
uses: crate-ci/typos@master
- name: Super-Linter
uses: github/super-linter@v4
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
VALIDATE_RUST_2021: true
# Clippy is not updated for Rust 1.58, temp disable
# VALIDATE_RUST_CLIPPY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}