Skip to content

Commit

Permalink
Merge pull request #39 from NikitaZotov/refactor/api_names
Browse files Browse the repository at this point in the history
refactor: clarify all sc-client names
  • Loading branch information
NikitaZotov authored Oct 4, 2024
2 parents 341133d + 37a7170 commit 3bf5795
Show file tree
Hide file tree
Showing 20 changed files with 1,437 additions and 346 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
quality:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,7 @@ jobs:
- run: npm run test

gh-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: read changelog
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
check-pr-commits:
name: Check commit messages
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- name: GS Commit Message Checker
Expand All @@ -30,10 +30,10 @@ jobs:

build:
name: build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:

jobs:
quality:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -26,11 +26,11 @@ jobs:
- run: npm run test

npm-publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: quality
strategy:
matrix:
node-version: [14.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -48,7 +48,7 @@ jobs:

gh-release:
needs: npm-publish
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
- name: read changelog
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on: [push, pull_request]
jobs:
test:
name: test
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
matrix:
node-version: [14.x]
node-version: [1.x]

steps:
- uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit 3bf5795

Please sign in to comment.