x-ui-design 0.5.66 → 0.5.67

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.
@@ -0,0 +1,17 @@
1
+ name: xUIDesign
2
+
3
+ on: push
4
+
5
+ jobs:
6
+ super-lint:
7
+ name: Lint code base
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: Checkout code
11
+ uses: actions/checkout@v2
12
+
13
+ - name: Run xUIDesign
14
+ uses: gabboyajyan/xUIDesign@v2
15
+ env:
16
+ DEFAULT_BRANCH: main
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}