Skip to content

Commit

Permalink
Run eslint with github action
Browse files Browse the repository at this point in the history
It looks like this wasn't being run automatically
  • Loading branch information
nikolas authored Oct 4, 2022
1 parent 8668729 commit fe6c2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ jobs:
run: sudo apt install -y libmemcached-dev
- name: Build with Makefile
run: make
- name: Run eslint
run: npm run eslint
- name: Run Integration Tests
run: make cypress

0 comments on commit fe6c2e7

Please sign in to comment.