Skip to content

Commit

Permalink
ci(shared): bump vendored ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot committed Aug 21, 2023
1 parent 94d2ab6 commit 95d34db
Show file tree
Hide file tree
Showing 31 changed files with 328 additions and 158 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
Expand Down
22 changes: 22 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

name: Audit

on:
pull_request:
branches: [main]

jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run audit
run: make audit
22 changes: 22 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

name: Check Code

on:
pull_request:
branches: [main]

jobs:
check-code:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run check code
run: make check-code
15 changes: 0 additions & 15 deletions .github/workflows/nodejs-audit.yml

This file was deleted.

16 changes: 0 additions & 16 deletions .github/workflows/nodejs-check-code.yml

This file was deleted.

16 changes: 10 additions & 6 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

name: Spelling

on:
pull_request:
branches: [ main ]
Expand All @@ -8,9 +12,9 @@ jobs:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v2
- name: Spell Check Repo
uses: crate-ci/typos@v1.12.12
with:
config: typos.toml
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Spell Check Repo
uses: crate-ci/typos@master
with:
config: typos.toml
22 changes: 22 additions & 0 deletions .github/workflows/vendor/nodejs-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

name: Audit

on:
pull_request:
branches: [main]

jobs:
audit:
name: Audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run audit
run: make audit
22 changes: 22 additions & 0 deletions .github/workflows/vendor/nodejs-check-code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

name: Check Code

on:
pull_request:
branches: [main]

jobs:
check-code:
name: Check Code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
- run: yarn install --frozen-lockfile
- name: Run check code
run: make check-code
20 changes: 20 additions & 0 deletions .github/workflows/vendor/spelling.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

name: Spelling

on:
pull_request:
branches: [ main ]

jobs:
spelling:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/checkout@v3
- name: Spell Check Repo
uses: crate-ci/typos@master
with:
config: typos.toml
12 changes: 9 additions & 3 deletions ci/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix: REPO_PATH initialization'
sha: 70728a1b62e43be803a337bfae5968b2324f7ea8
commitTitle: 'chore: use --attach on docker host'
sha: 9d971fd13c024c5f8e6888208a0311178453409d
path: .
path: vendor
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'chore: use --attach on docker host'
sha: 9d971fd13c024c5f8e6888208a0311178453409d
path: .
path: ./vendor
kind: LockConfig
23 changes: 19 additions & 4 deletions ci/vendir.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,28 @@
apiVersion: vendir.k14s.io/v1alpha1
kind: Config

# Relative to ci/
directories:
- path: vendor
- path: ../.github/workflows/vendor
contents:
- path: . # Copy this folder out to ..
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: 9d971fd13c024c5f8e6888208a0311178453409d
includePaths:
- shared/actions/*
excludePaths:
- shared/actions/rust-*
newRootPath: shared/actions

- path: ./vendor
contents:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: 70728a1b62e43be803a337bfae5968b2324f7ea8
ref: 9d971fd13c024c5f8e6888208a0311178453409d
includePaths:
- shared/**/*
newRootPath: shared
- shared/ci/**/*
excludePaths:
- shared/ci/**/rust-*
newRootPath: shared/ci
15 changes: 0 additions & 15 deletions ci/vendor/actions/nodejs-audit.yml

This file was deleted.

16 changes: 0 additions & 16 deletions ci/vendor/actions/nodejs-check-code.yml

This file was deleted.

16 changes: 0 additions & 16 deletions ci/vendor/actions/spelling.yml

This file was deleted.

14 changes: 0 additions & 14 deletions ci/vendor/actions/test-integration.yml

This file was deleted.

3 changes: 3 additions & 0 deletions ci/vendor/config/git-cliff.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#! Auto synced from Shared CI Resources repository
#! Don't change this file, instead change it in github.com/GaloyMoney/concourse-shared

# configuration file for git-cliff (0.1.0)

[changelog]
Expand Down
11 changes: 0 additions & 11 deletions ci/vendor/nodejs-dependabot.yml

This file was deleted.

Loading

0 comments on commit 95d34db

Please sign in to comment.