Skip to content

Commit

Permalink
chore: sync lock
Browse files Browse the repository at this point in the history
  • Loading branch information
sbsrnt committed Apr 13, 2024
1 parent 10b43ea commit 550eefd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/code-quality-assurance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Code quality assurance: @exile-watch / doryani"

on:
push:
branches:
- main

jobs:
code-quality-assurance:
runs-on: ubuntu-latest
steps:
- name: Code quality assurance
if: "!contains(github.event.head_commit.message, '[skip ci]')"
uses: exile-watch/doryani/code-quality-assurance@main
with:
GH_ACTOR: ${{ github.actor }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
10 changes: 8 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 550eefd

Please sign in to comment.