diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-02-27 17:01:37 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-03-06 07:43:01 +0900 |
commit | 30c6b0c969d09ae09832d3c9994254310d19711e (patch) | |
tree | a2fba3729afae5316ebf8363057a6bb9f3df5666 | |
parent | 2baf5f3296cd56aa32551c465b5da957cceb7331 (diff) | |
download | bundler-30c6b0c969d09ae09832d3c9994254310d19711e.tar.gz |
Removed needless step
-rw-r--r-- | .github/workflows/ubuntu-lint.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: |