X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/204405570f4bf5e8a2b0400d000fc364e5e56f74..c783d0a11851850072bcd05d6c87afab99fda211:/.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