Skip to content

feat: 3주차 - PG_68936 쿼드압축 후 개수 세기 [김찬종] #26

feat: 3주차 - PG_68936 쿼드압축 후 개수 세기 [김찬종]

feat: 3주차 - PG_68936 쿼드압축 후 개수 세기 [김찬종] #26

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