Skip to content

Commit

Permalink
VIC-262: Deploy admin console
Browse files Browse the repository at this point in the history
removed linters
  • Loading branch information
adnanalicic committed Feb 9, 2022
1 parent 3a32a62 commit eed94a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
node-version: 12.13.0
registry-url: 'https://npm.pkg.github.com'
- run: npm i
- name: Run linters
uses: wearerequired/lint-action@v1
with:
github_token: ${{ secrets.github_token }}
eslint: true
eslint_dir: ./
eslint_extensions: js,ts,tsx
prettier: true
prettier_dir: ./
- name: test and build
run: |
echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/dockerImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ jobs:
with:
node-version: 12.13.0
- run: npm i
- name: Run linters
uses: wearerequired/lint-action@v1
with:
github_token: ${{ secrets.github_token }}
eslint: true
eslint_dir: ./
eslint_extensions: js,ts,tsx
prettier: true
prettier_dir: ./
- name: test and build
run: |
echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
Expand Down
9 changes: 0 additions & 9 deletions .github/workflows/npmPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ jobs:
node-version: 12.13.0
registry-url: 'https://npm.pkg.github.com'
- run: npm i
- name: Run linters
uses: wearerequired/lint-action@v1
with:
github_token: ${{ secrets.github_token }}
eslint: true
eslint_dir: ./src
eslint_extensions: js,ts,tsx
prettier: true
prettier_dir: ./src
- name: test and build
run: |
echo "127.0.0.1 localhost" | sudo tee -a /etc/hosts
Expand Down

0 comments on commit eed94a7

Please sign in to comment.