mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Run lint explicitly on Ubuntu 20.04 to avoid warning
This commit is contained in:
@@ -103,7 +103,7 @@ jobs:
|
|||||||
run: gem install sassc -N
|
run: gem install sassc -N
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
|
|||||||
Reference in New Issue
Block a user