crawler-user-agents 1.0.145 → 1.0.146

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,11 +5,11 @@ name: CI validation
5
5
  on:
6
6
  # https://stackoverflow.com/questions/64635032/github-actions-run-on-push-to-all-branches
7
7
  push:
8
- branches:
8
+ branches:
9
9
  - '**'
10
10
  pull_request:
11
11
  branches:
12
- - master
12
+ - master
13
13
 
14
14
  jobs:
15
15
  build:
@@ -19,8 +19,9 @@ jobs:
19
19
  - uses: actions/setup-node@v4
20
20
  with:
21
21
  node-version: 20
22
+ - run: node format.js --check
22
23
  - run: pip3 install -r requirements.txt
23
24
  - run: py.test -vv
24
- - run: python3 validate.py
25
+ - run: python3 validate.py
25
26
  - run: php validate.php
26
27
  - run: go test