mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-19 04:49:15 +00:00
Use same ubuntu version for linters to share bundler cache
This commit is contained in:
2
.github/workflows/linters.yml
vendored
2
.github/workflows/linters.yml
vendored
@@ -5,7 +5,7 @@ permissions:
|
||||
jobs:
|
||||
lint:
|
||||
name: reviewdog
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04 # same as build.yml so it can share bundler cache
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user