Skip to content

Commit

Permalink
test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhritinaidu committed Jul 12, 2024
1 parent ef5cf39 commit e8ac6f8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Run lint

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
build:
name: "Run lint"
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- name: Install dependencies
run: pip install -r requirements.txt

- name: Run lint
run: |
make lint

0 comments on commit e8ac6f8

Please sign in to comment.