From 1d1909f3d6beec38ea8213f86f19434fa444c3b6 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Sun, 6 Aug 2023 22:40:25 -0500 Subject: [PATCH] Gwynne is slow on the uptake --- .github/workflows/{ci.yaml => ci.yml} | 8 +------- .github/workflows/{deploy.yaml => deploy.yml} | 0 .github/workflows/{prs-closed.yaml => prs-closed.yml} | 0 stack.yaml => stack.yml | 0 4 files changed, 1 insertion(+), 7 deletions(-) rename .github/workflows/{ci.yaml => ci.yml} (88%) rename .github/workflows/{deploy.yaml => deploy.yml} (100%) rename .github/workflows/{prs-closed.yaml => prs-closed.yml} (100%) rename stack.yaml => stack.yml (100%) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yml similarity index 88% rename from .github/workflows/ci.yaml rename to .github/workflows/ci.yml index a1775e4..ee7a299 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yml @@ -13,23 +13,17 @@ jobs: name: Test, Build, and Deploy runs-on: ubuntu-latest steps: - - name: Install AWSCLI v2 - run: | - yum -y install curl - curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" - unzip awscliv2.zip - ./aws/install - uses: aws-actions/configure-aws-credentials@v2 with: aws-access-key-id: ${{ secrets.DESIGN_DEPLOYER_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.DESIGN_DEPLOYER_AWS_SECRET_ACCESS_KEY }} aws-region: 'us-east-1' + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 18 cache: npm - uses: ScottBrenner/cfn-lint-action@v2 - - uses: actions/checkout@v3 - run: swift run - run: npm install - run: cfn-lint -t stack.yml diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yml similarity index 100% rename from .github/workflows/deploy.yaml rename to .github/workflows/deploy.yml diff --git a/.github/workflows/prs-closed.yaml b/.github/workflows/prs-closed.yml similarity index 100% rename from .github/workflows/prs-closed.yaml rename to .github/workflows/prs-closed.yml diff --git a/stack.yaml b/stack.yml similarity index 100% rename from stack.yaml rename to stack.yml