This commit is contained in:
Marc Nixon 2023-09-01 10:06:22 -07:00
parent b78b0ddc0a
commit bcc25cd5f7

View file

@ -1,4 +1,3 @@
name: Run Snowscraper and Commit Changes
on:
@ -12,11 +11,14 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
with:
node-version: '16'
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
node-version: '16'
- name: Install Dependencies
run: |