3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-29 13:34:51 +00:00

chore: removed unused code (#534)

This commit is contained in:
Tonye Jack 2022-06-24 00:19:45 -04:00 committed by GitHub
parent 3df9c18651
commit 34a865a2b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,16 +19,6 @@ jobs:
uses: actions/checkout@v3
- name: shellcheck
uses: reviewdog/action-shellcheck@v1.15
test-missing-git:
name: Test changed-files without git.
runs-on: self-hosted
steps:
- name: Run changed-files with defaults
id: changed-files
continue-on-error: true
uses: ./
test-pull-requests-from-forks:
name: Test changed-files diff on pull_requests from forks