Skip to content

Commit

Permalink
build: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leehanchung committed Nov 26, 2023
1 parent 42dcbd1 commit e2515f5
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,5 @@ jobs:
- name: checkout repository
uses: actions/checkout@v3

- name: formatting
uses: psf/black@stable

- name: ruff
uses: chartboost/ruff-action@v1


# - name: install python packages
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt

# - name: execute py script # run main.py
# env:
# SOME_SECRET: ${{ secrets.SOME_SECRET }}
# run: python main.py

# - name: commit files
# run: |
# git config --local user.email "action@github.com"
# git config --local user.name "GitHub Action"
# git add -A
# git diff-index --quiet HEAD || (git commit -a -m "updated logs" --allow-empty)

# - name: push changes
# uses: ad-m/github-push-action@v0.6.0
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: main

0 comments on commit e2515f5

Please sign in to comment.