From 30c6b0c969d09ae09832d3c9994254310d19711e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 27 Feb 2020 17:01:37 +0900 Subject: Removed needless step --- .github/workflows/ubuntu-lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ubuntu-lint.yml b/.github/workflows/ubuntu-lint.yml index 360ef91e85..e2ee63d362 100644 --- a/.github/workflows/ubuntu-lint.yml +++ b/.github/workflows/ubuntu-lint.yml @@ -13,7 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 - - run: git submodule update -i - name: Setup ruby uses: ruby/setup-ruby@v1 with: -- cgit v1.2.1