Skip to content

Commit 30de60d

Browse files
Merge pull request #249 from Workiva/CID-21024
CID-21024 Get repo ready to go public
2 parents 83a2a76 + e12e798 commit 30de60d

5 files changed

Lines changed: 13232 additions & 44344 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,9 @@ permissions:
2121
jobs:
2222
test-typescript:
2323
name: TypeScript Tests
24-
runs-on: small-al2023
24+
runs-on: ubuntu-latest
2525

2626
steps:
27-
- name: Setup Credentials
28-
uses: Workiva/gha-setup-credentials@v2.1.9
29-
3027
- name: Checkout
3128
id: checkout
3229
uses: actions/checkout@v6
@@ -65,15 +62,13 @@ jobs:
6562
run: |
6663
git config user.name "${{ github.actor }}"
6764
git config user.email "${{ github.actor }}@users.noreply.github.com"
68-
git add -A
65+
git add dist/
6966
git commit -m "chore: update dist/ directory [automated]"
7067
git push
7168
72-
- uses: Workiva/gha-upload-test-reports@v2.0.37
73-
7469
test-action:
7570
name: GitHub Actions Test
76-
runs-on: small-al2023
71+
runs-on: ubuntu-latest
7772

7873
steps:
7974
- name: Checkout

.github/workflows/renovate.yaml

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)