Skip to content

Commit ebcb789

Browse files
committed
Remove CI-setup which is automatic now
1 parent 8aeb829 commit ebcb789

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/eslint-plugin-diff.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,12 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
9-
- name: Check if CI environment
10-
run: |
11-
env
12-
if [[ -z "$CI" ]]; then
13-
echo "Must provide CI in environment" 1>&2
14-
exit 1
15-
fi
16-
echo "CI='$CI'"
179
- name: Install modules
1810
run: yarn
1911
- name: Link the plugin
2012
run: |
2113
yarn link
2214
yarn link "eslint-plugin-diff"
23-
- name: Fetch the base branch
24-
run: git fetch origin ${{ github.event.pull_request.base.ref }}:${{ github.event.pull_request.base.ref }}
2515
- name: Run ESLint on your changes only
2616
env:
2717
ESLINT_PLUGIN_DIFF_COMMIT: ${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)