From f3cae797dc37b82e1dad42fa0652f199767f0799 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Thu, 17 Aug 2023 00:40:31 +0800 Subject: [PATCH] use typo github action --- .github/workflows/lint.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a78d150..c29748b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,15 +13,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: cachix/install-nix-action@v15 - with: - nix_path: nixpkgs=channel:nixos-unstable - - - name: Install typos - run: nix develop -c 'cargo' install typos-cli - - - name: Check typo - run: nix develop -c 'typos' --exclude ssvm-evmc + - name: Check spelling of file.txt + uses: crate-ci/typos@master - name: Super-Linter uses: github/super-linter@v4