refactor: repo (#1070)
This commit is contained in:
8
.github/workflows/pr.yml
vendored
8
.github/workflows/pr.yml
vendored
@@ -12,10 +12,14 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.6.8
|
||||
- name: Install dependencies
|
||||
run: yarn install --pure-lockfile
|
||||
- name: Bundle
|
||||
run: yarn bundle
|
||||
- name: Build
|
||||
run: yarn build
|
||||
- name: ESLint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
|
||||
Reference in New Issue
Block a user