Skip to content

Commit

Permalink
ci: remove lint
Browse files Browse the repository at this point in the history
Signed-off-by: Mauran <thomas.mauran@etu.umontpellier.fr>
  • Loading branch information
thomas-mauran committed Jun 12, 2024
1 parent e23452b commit 95c8b9c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,6 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+"

jobs:
checks-api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.16' # Adjust Go version if needed

- name: Install dependencies
run: go mod download
working-directory: ./api

- name: Run linter
run: |
go get github.com/golangci/golangci-lint/cmd/golangci-lint
golangci-lint run
working-directory: ./api

checks-web:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # Adjust Node.js version if needed

- name: Install modules
run: npm install
working-directory: ./frontend

- name: Run ESLint
run: npm run lint
working-directory: ./frontend

build_and_push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 95c8b9c

Please # to comment.