Delete .github/wogithub/workflows directory

Unplugged 

Signed-off-by: tijuks   <154919533+tijuks@users.noreply.github.com>
This commit is contained in:
tijuks 2026-04-24 03:27:51 +03:00 committed by GitHub
parent f016650ce6
commit 997a49007b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +0,0 @@
steps:
- uses: actions/checkout@v6 # Always run this first!
- name: Clean global cache
run: npm cache clean --force
- name: Setup Node
uses: ./
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
# ... the rest of your steps ...