Skip to content

Commit

Permalink
maint: Enable eslint and testing in GHA and the Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Feb 13, 2023
1 parent bc32ca9 commit 014d872
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
node-version: '16'
cache: 'yarn'
- run: yarn install
#- run: make eslint
- run: make eslint
- run: yarn test
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ stamp-yarn install:
touch stamp-yarn


# TODO: REMOVE once we're passing lint and tests or @patternslib/dev does not
# lint/test for prereleases.
eslint: stamp-yarn
@# Just do nothing.
check: stamp-yarn
@# Just do nothing.


.PHONY:
watch-plone:
$(YARN) run watch:webpack:plone
Expand Down

0 comments on commit 014d872

Please sign in to comment.