Skip to content

Update actions/deploy-pages digest to d6db901 #236

Update actions/deploy-pages digest to d6db901

Update actions/deploy-pages digest to d6db901 #236

Workflow file for this run

---
name: Run Gradle PR
on: [pull_request]
permissions: read-all
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Setup Node
uses: actions/setup-node@master
- name: Install node modules
run: |
yarn install
- name: Build
run: |
yarn build