Skip to content

Feat: edited methods for Lesson12.java and Stack.java - James Capparell #22

Feat: edited methods for Lesson12.java and Stack.java - James Capparell

Feat: edited methods for Lesson12.java and Stack.java - James Capparell #22

name: Check Lesson 12 Pull Request
on:
pull_request:
branches: [ "main" ]
paths:
- "lesson_12/structs_java/**"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Build Lesson 12 with Java
working-directory: ./lesson_12/structs_java
run: ./gradlew check