Skip to content

Commit

Permalink
Add github action woke.yml (github.com/get-woke/woke-action)
Browse files Browse the repository at this point in the history
using the config file woke.yml from tox-lsr.
  • Loading branch information
nhosoi committed Dec 12, 2022
1 parent 4c2474a commit fd3b1f3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/woke.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# yamllint disable rule:line-length
# name: woke
on: # yamllint disable-line rule:truthy
- pull_request
jobs:
woke:
name: woke
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: woke
uses: get-woke/woke-action@v0
with:
woke-args: "-c https://raw.githubusercontent.com/linux-system-roles/tox-lsr/main/src/tox_lsr/config_files/woke.yml"
# Cause the check to fail on any broke rules
fail-on-error: true

0 comments on commit fd3b1f3

Please sign in to comment.