Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Update and rename cache.yml to black.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick2bad4u authored May 17, 2024
1 parent 8ddf0df commit e6957aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 18 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: black-action
on: [push, pull_request]
jobs:
linter_name:
name: runner / black formatter
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: datadog/action-py-black-formatter@v2.1
with:
check_mode: "true"
18 changes: 0 additions & 18 deletions .github/workflows/cache.yml

This file was deleted.

0 comments on commit e6957aa

Please sign in to comment.