Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /web #53

Bump nanoid from 3.3.7 to 3.3.8 in /web

Bump nanoid from 3.3.7 to 3.3.8 in /web #53

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: temurin
- name: Test
run: ./gradlew clean check
build:
needs: test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: 21
distribution: temurin
- name: Build
run: ./gradlew clean build --stacktrace -x check -x intTest -x npmTest -Dspotless.skip=true