diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-17 16:47:47 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-17 16:47:47 -0600 |
| commit | 3d3936d4fb92404a61680027145d73213163560a (patch) | |
| tree | 4aee4fb84c59fe4fe833cbfb8974db185c0cee8b /.github | |
| parent | fc77315695ae643b8a528abc10b34c8c5a6fcfdf (diff) | |
Use ruby in lint job
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa43847..848aa3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,9 @@ jobs: with: lfs: true submodules: recursive + - uses: actions/setup-ruby@v1 + with: + ruby-version: 2.7 - name: setup run: ./bin/setup - name: lint |
