From 7e521d677201926835f33efc8f62311db1ce8ce9 Mon Sep 17 00:00:00 2001 From: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:07:17 -0700 Subject: [PATCH] chore: wut --- .github/workflows/pull_requests.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index 7cbfce6..9ccbdac 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -11,8 +11,10 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Node.js + uses: actions/setup-node@v3 with: node-version: 13 - name: Build the readme @@ -34,12 +36,14 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, '[skip ci]')" steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Node.js + uses: actions/setup-node@v3 with: node-version: 13 - name: Set up Ruby 3.1.2 - - uses: ruby/setup-ruby@v1 + uses: ruby/setup-ruby@v1 with: ruby-version: 3.1.2 - name: Install and run awesome_bot