@toptal/davinci-skeleton 4.2.0 → 4.3.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1138](https://github.com/toptal/davinci/pull/1138) [`ab278c3d`](https://github.com/toptal/davinci/commit/ab278c3d26b0a502091b70fa61554c8141f2b6c7) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - ---
8
+
9
+ New GH lint workflow in skeleton
10
+
3
11
  ## 4.2.0
4
12
 
5
13
  ### Minor Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -0,0 +1,30 @@
1
+ name: Lint
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened, edited]
6
+ branches: [master]
7
+
8
+ jobs:
9
+ lint:
10
+ name: Check:Lint
11
+ runs-on: ubuntu-latest
12
+ env:
13
+ GITHUB_TOKEN: ${{ secrets.TOPTAL_DEVBOT_TOKEN }}
14
+ steps:
15
+ - name: Checkout project
16
+ uses: actions/checkout@v2
17
+
18
+ - name: Setup node
19
+ uses: actions/setup-node@v2
20
+
21
+ - name: Checkout davinci GHAs
22
+ uses: actions/checkout@v2
23
+ with:
24
+ repository: toptal/davinci-github-actions
25
+ token: ${{ env.GITHUB_TOKEN }}
26
+ path: ./.github/actions/
27
+
28
+ - uses: ./.github/actions/yarn-install
29
+
30
+ - uses: ./.github/actions/lint
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toptal/davinci-skeleton",
3
- "version": "4.2.0",
3
+ "version": "4.3.0",
4
4
  "description": "Toptal frontend application created with Davinci CLI",
5
5
  "publishConfig": {
6
6
  "access": "public"