From f4cb5a5e0f03f1a79a338f8ced20aee1499c40e8 Mon Sep 17 00:00:00 2001 From: evgeniy-scherbina Date: Tue, 9 Apr 2024 19:41:25 -0400 Subject: [PATCH] TMP Commit --- .github/workflows/lint.yml | 15 --------------- nix/default.nix | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a42661e237..0e52fd7f63 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -65,21 +65,6 @@ jobs: - run: | nix-shell -I nixpkgs=./nix -p test-env --run "make lint-py" if: env.GIT_DIFF -# gomod2nix: -# name: Check gomod2nix.toml file is up to date -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v2.3.4 -# - uses: cachix/install-nix-action@v18 -# - uses: technote-space/get-diff-action@v6.1.2 -# with: -# PATTERNS: | -# **/**.py -# - name: run gomod2nix -# run: | -# nix run -f ./nix gomod2nix -# git diff --no-ext-diff --exit-code -# if: env.GIT_DIFF gomod2nix: name: Check gomod2nix.toml file is up to date runs-on: ubuntu-latest diff --git a/nix/default.nix b/nix/default.nix index b8461c0333..9b3b0d1289 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -40,4 +40,4 @@ import sources.nixpkgs { ]; config = { }; inherit system; -} \ No newline at end of file +}