Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(shared): bump vendored ci files #132

Closed
wants to merge 1 commit into from
Closed
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
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@master
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
10 changes: 8 additions & 2 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: 'fix: rm bundled deps from inputs'
sha: 8ce8d05594881f5012402c84db80b4075c448a1b
path: .
path: ../.github/workflows/vendor
- contents:
- git:
commitTitle: 'fix: rm bundled deps from inputs'
sha: 8ce8d05594881f5012402c84db80b4075c448a1b
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: 8ce8d05594881f5012402c84db80b4075c448a1b
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: 8ce8d05594881f5012402c84db80b4075c448a1b
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
Loading