Skip to content

Commit

Permalink
removing linter workflow for the old UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkppr committed Feb 10, 2025
1 parent b9568c2 commit 3468b33
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,6 @@ jobs:
- uses: actions/checkout@v2
- uses: psf/black@stable

ESLint-frontend:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./timesketch/frontend
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
node-version: ["18"]
steps:
- uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn add [email protected]
- name: Run eslint
run: |
git config pull.rebase false && git fetch -p origin master
for FILE in `git --no-pager diff origin/master --name-only --diff-filter=ACMR | grep -e \.vue$ -e \.js$ | grep -v dist\/js | grep ^timesketch\/frontend\/ | sed s/'^timesketch\/frontend\/'/''/`; do echo "Running eslint against ${FILE}"; yarn run eslint ${FILE}; done
ESLint-frontend-ng:
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit 3468b33

Please sign in to comment.