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

Commit

Permalink
fix: Use composite workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueSoria committed Nov 28, 2022
1 parent 3d73d93 commit 1ecdc42
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
name: 'PR annotator with ruff'
description: 'Annotate pull requests with ruff linter'
author: 'Enrique Soria'

runs-on: ubuntu-latest
branding:
icon: git-pull-request
color: blue
runs:
using: "composite"
steps:
- run: python -m annotate_pr_with_ruff
shell: bash

branding:
icon: git-pull-request
color: blue

0 comments on commit 1ecdc42

Please sign in to comment.