Skip to content

Commit 074c667

Browse files
authored
ci: update github actions (#60)
1 parent a5ab0e7 commit 074c667

3 files changed

Lines changed: 26 additions & 10 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "11:00"
8+
open-pull-requests-limit: 10
9+
- package-ecosystem: "github-actions"
10+
directory: "/"
11+
schedule:
12+
interval: daily
13+
time: "11:00"
14+
open-pull-requests-limit: 10
15+
commit-message:
16+
prefix: "ci"
17+
include: "scope"

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ jobs:
2121
node-version: 'lts/*'
2222
cache: 'npm'
2323

24+
- uses: SocketDev/action@v1
25+
with:
26+
mode: firewall-free
27+
2428
- name: Install dependencies
25-
run: npm install --no-package-lock --force
29+
run: sfw npm install --no-package-lock --force
2630

2731
- name: List installed packages
2832
run: npm list --depth=0

.github/workflows/pr-title.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
name: Conventional Commits
22
on:
33
pull_request:
4-
4+
types: [opened, edited, synchronize, reopened]
55

66
jobs:
77
lint:
8-
name: https://www.conventionalcommits.org
9-
runs-on: ubuntu-latest
10-
steps:
11-
- uses: beemojs/conventional-pr-action@v3
12-
with:
13-
config-preset: angular
14-
env:
15-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
uses: appium/appium-workflows/.github/workflows/pr-title.yml@main
9+
with:
10+
config-preset: angular

0 commit comments

Comments
 (0)