mirror of
https://github.com/MontFerret/ferret.git
synced 2025-02-03 13:11:45 +02:00
Added step for revive
This commit is contained in:
parent
e4ba82678f
commit
717337fe9c
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -23,6 +23,9 @@ jobs:
|
||||
- name: Set up ANTLR
|
||||
uses: NiccoMlt/setup-antlr4@v0.0.4
|
||||
|
||||
- name: Set up linteers
|
||||
run: go get -u github.com/mgechev/revive
|
||||
|
||||
- name: Check out code into the Go module directory
|
||||
uses: actions/checkout@v2
|
||||
|
||||
@ -35,12 +38,16 @@ jobs:
|
||||
make fmt
|
||||
git diff
|
||||
if [[ $(git diff) != '' ]]; then echo 'Invalid formatting!' >&2; exit 1; fi
|
||||
|
||||
- name: Generate
|
||||
run: make generate
|
||||
|
||||
- name: Compile
|
||||
run: make compile
|
||||
|
||||
- name: Unit tests
|
||||
run: make cover
|
||||
|
||||
- name: E2E tests
|
||||
run: |
|
||||
docker run -d -p 9222:9222 -e CHROME_OPTS='--disable-dev-shm-usage --full-memory-crash-report' alpeware/chrome-headless-stable:ver-83.0.4103.61
|
||||
|
Loading…
x
Reference in New Issue
Block a user