Skip to content

Commit

Permalink
Update Github Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Kito Git Service committed Jul 13, 2024
1 parent 32c3738 commit a2bb28c
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/gh-action-remove-and-ignore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name: GH-ACTION-REMOVE-AND-IGNORE
on: push

jobs:
GH-ACTION-REMOVE-AND-IGNORE:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Remove log
uses: TheKitoInc/gh-action-remove-and-ignore@master
with:
path-remove: log

- name: Remove tmp
uses: TheKitoInc/gh-action-remove-and-ignore@master
with:
path-remove: tmp

- name: Remove data
uses: TheKitoInc/gh-action-remove-and-ignore@master
with:
path-remove: data

- name: Remove .php-cs-fixer.cache
uses: TheKitoInc/gh-action-remove-and-ignore@master
with:
path-remove: .php-cs-fixer.cache

- name: Remove node_modules
uses: TheKitoInc/gh-action-remove-and-ignore@master
with:
path-remove: node_modules

- name: Remove package-lock.json
uses: TheKitoInc/gh-action-remove-and-ignore@master
with:
path-remove: package-lock.json

0 comments on commit a2bb28c

Please sign in to comment.