Skip to content

Commit

Permalink
Workflows Init
Browse files Browse the repository at this point in the history
  • Loading branch information
LordLumineer committed May 9, 2024
1 parent 59c1326 commit 8e97852
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run Tests
name: Lint and Test

on:
push:
Expand All @@ -10,12 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
# - name: Checkout Repository
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12.3'
cache: 'pip' # caching pip dependencies
cache: 'pip'

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 8e97852

Please sign in to comment.