Skip to content

Update GitHub Actions #2

Update GitHub Actions

Update GitHub Actions #2

Workflow file for this run

name: Run Project
on:
push:
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run script
run: echo "Project is running!"