Skip to content

Commit

Permalink
feat(action): add support for action creators syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
va-stefanek committed May 25, 2021
1 parent 36ea47b commit bb814fb
Show file tree
Hide file tree
Showing 12 changed files with 19,346 additions and 1,616 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var_1: &default_docker_image circleci/node:10.12
var_2: &browsers_docker_image circleci/node:10.12-browsers
var_1: &default_docker_image circleci/node:14.16.1
var_2: &browsers_docker_image circleci/node:14.16.1-browsers
var_3: &cache_key va-schematics-{{ checksum "package-lock.json" }}

# Settings common to each job
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
<<: *defaults
steps:
- attach_workspace: *attach_options
- run: './node_modules/.bin/prettier src/**/*.{json,ts,html} --list-different'
- run: './node_modules/.bin/prettier src/**/*.{json,ts} --list-different'
- run: npm run lint

test:
Expand Down
Loading

0 comments on commit bb814fb

Please sign in to comment.