From c7fab5476456f6151600a2be09ace8c1c240a43e Mon Sep 17 00:00:00 2001 From: Frederico Estrela Gaiva Date: Fri, 8 Dec 2023 12:19:09 +0100 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20renames=20yaml=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../actions/setup/{action.yml => action.yaml} | 0 .github/actions/test copy/action.yml | 24 ------------------- .../actions/test/{action.yml => action.yaml} | 0 .../{bump-version.yml => bump-version.yaml} | 0 .github/workflows/{test.yml => test.yaml} | 0 5 files changed, 24 deletions(-) rename .github/actions/setup/{action.yml => action.yaml} (100%) delete mode 100644 .github/actions/test copy/action.yml rename .github/actions/test/{action.yml => action.yaml} (100%) rename .github/workflows/{bump-version.yml => bump-version.yaml} (100%) rename .github/workflows/{test.yml => test.yaml} (100%) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yaml similarity index 100% rename from .github/actions/setup/action.yml rename to .github/actions/setup/action.yaml diff --git a/.github/actions/test copy/action.yml b/.github/actions/test copy/action.yml deleted file mode 100644 index 3f2148a..0000000 --- a/.github/actions/test copy/action.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: "Build and test" -runs: - using: "composite" - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 1 - - - name: Setup Node.js environment - uses: actions/setup-node@v3.6.0 - with: - node-version: 18.x - - - name: Install dependencies - run: yarn install --frozen-lockfile - - - name: Build - run: yarn build - - - name: Test - run: yarn test:ci - - \ No newline at end of file diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yaml similarity index 100% rename from .github/actions/test/action.yml rename to .github/actions/test/action.yaml diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yaml similarity index 100% rename from .github/workflows/bump-version.yml rename to .github/workflows/bump-version.yaml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yaml similarity index 100% rename from .github/workflows/test.yml rename to .github/workflows/test.yaml