Skip to content

Commit

Permalink
updated ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
im-niber committed Aug 16, 2024
1 parent 6e7a305 commit ba24999
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Run lint and type checks
run: |
docker compose build --build-arg DEV=true
docker compose run --rm app sh -c "mypy . && ruff check --no-cache && ruff format --no-cache"
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: Customk CI

on: [push]
# pull_request:
on:
push:
branches:
- main
pull_request:

jobs:
ci:
Expand Down

0 comments on commit ba24999

Please sign in to comment.