Skip to content

feat: 3주차 - PG_84512 모음사전 [김동엽] #36

feat: 3주차 - PG_84512 모음사전 [김동엽]

feat: 3주차 - PG_84512 모음사전 [김동엽] #36

Workflow file for this run

name: Java Build
on:
pull_request:
branches: [ "main" ]
paths: [ '**/*.java' ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile Java files
run: |
find . -name "*.java" > sources.txt
javac @sources.txt