Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions .github/workflows/run-int-dev-checklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ name: Run Integration Development Checklist

on:
pull_request:
branches: [ master, main, develop ]
branches: [master, main, develop]

jobs:
run-integration-development-checklist:
runs-on: ubuntu-latest
container: 'centos:7'
container: 'rockylinux:8'

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/checkout@v6
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Test NPM Install
id: test-npm-install
run: |
Expand All @@ -20,4 +22,4 @@ jobs:
id: int-dev-checklist
uses: polarityio/polarity-integration-development-checklist@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138 changes: 0 additions & 138 deletions config/config.js

This file was deleted.

7 changes: 0 additions & 7 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@
"logging": {
"level": "info"
},
"request": {
"cert": "",
"key": "",
"passphrase": "",
"ca": "",
"proxy": ""
},
"styles": [
"./styles/generic_rest.less"
],
Expand Down
Loading
Loading