Skip to content

학부소식 크롤링하는 함수 추가 #23

학부소식 크롤링하는 함수 추가

학부소식 크롤링하는 함수 추가 #23

name: CI - notice_crawler (Python)
on:
push:
paths:
- "notice_crawler/**"
- ".github/workflows/ci-notice-crawler.yml"
pull_request:
paths:
- "notice_crawler/**"
- ".github/workflows/ci-notice-crawler.yml"
jobs:
lint-run:
runs-on: ubuntu-latest
defaults:
run:
working-directory: notice_crawler
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Syntax check
run: python -m compileall .