X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e4a0595002f1f428a98776070ad4677b6433b46f..2d364c50c30dae156acdab6d612dac184cba57f1:/.github/workflows/cookstyle.yml diff --git a/.github/workflows/cookstyle.yml b/.github/workflows/cookstyle.yml index f77ac78ce..a181f72f1 100644 --- a/.github/workflows/cookstyle.yml +++ b/.github/workflows/cookstyle.yml @@ -1,4 +1,4 @@ -name: Coookstyle +name: Cookstyle on: - push - pull_request @@ -8,9 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out code - uses: actions/checkout@v1 - with: - fetch-depth: 1 + uses: actions/checkout@v2 - name: Setup ruby uses: actions/setup-ruby@v1 - name: Cache gems