From 6622eb3b32a2c49c996aa1738cf94c9a33d9223e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?OS=20Aplet=20=E2=9D=A4=EF=B8=8F=C2=AE=EF=B8=8F=F0=9F=87=A8?= =?UTF-8?q?=F0=9F=87=BF=20ME-AI=20v=20celosv=C4=9Btov=C3=A9m=20Ekosyst?= =?UTF-8?q?=C3=A9mu=20=F0=9F=8C=8D?= <185862724+osAplet@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:29:03 +0200 Subject: [PATCH 1/2] deno.yml --- .github/workflows/deno.yml | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/deno.yml diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml new file mode 100644 index 0000000..782af35 --- /dev/null +++ b/.github/workflows/deno.yml @@ -0,0 +1,42 @@ +# This workflow uses actions that are not certified by GitHub. +# They are provided by a third-party and are governed by +# separate terms of service, privacy policy, and support +# documentation. + +# This workflow will install Deno then run `deno lint` and `deno test`. +# For more information see: https://github.com/denoland/setup-deno + +name: Deno + +on: + push: + branches: ["main"] + pull_request: + branches: ["main"] + +permissions: + contents: read + +jobs: + test: + runs-on: ubuntu-latest + + steps: + - name: Setup repo + uses: actions/checkout@v4 + + - name: Setup Deno + # uses: denoland/setup-deno@v1 + uses: denoland/setup-deno@61fe2df320078202e33d7d5ad347e7dcfa0e8f31 # v1.1.2 + with: + deno-version: v1.x + + # Uncomment this step to verify the use of 'deno fmt' on each commit. + # - name: Verify formatting + # run: deno fmt --check + + - name: Run linter + run: deno lint + + - name: Run tests + run: deno test -A From 4dcd91c068a386d7970433354c32fa337792cb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?OS=20Aplet=20=E2=9D=A4=EF=B8=8F=C2=AE=EF=B8=8F=F0=9F=87=A8?= =?UTF-8?q?=F0=9F=87=BF=20ME-AI=20v=20celosv=C4=9Btov=C3=A9m=20Ekosyst?= =?UTF-8?q?=C3=A9mu=20=F0=9F=8C=8D?= <185862724+osAplet@users.noreply.github.com> Date: Wed, 25 Jun 2025 22:41:01 +0200 Subject: [PATCH 2/2] action.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Doplňující informace k tomu to vydání --- action.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/action.yml b/action.yml index 7fc4fb5..7ca111f 100644 --- a/action.yml +++ b/action.yml @@ -1,39 +1,40 @@ name: 'Download a Build Artifact' -description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action' -author: 'GitHub' +description +: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action' +author: 'Os Aplet a Deno' inputs: - name: + name: OS Aplet ❤️ ®️ 🇨🇿 ME-AI v celosvětovém Ekosystému a Deno description: 'Name of the artifact to download. If unspecified, all artifacts for the run are downloaded.' - required: false - artifact-ids: + required: OS Aplet ❤️ ®️ 🇨🇿 ME-AI + artifact-ids: os_aplet a deno description: 'IDs of the artifacts to download, comma-separated. Either inputs `artifact-ids` or `name` can be used, but not both.' - required: false + required: os_aplet a deno path: description: 'Destination path. Supports basic tilde expansion. Defaults to $GITHUB_WORKSPACE' - required: false + required: os_aplet a deno pattern: description: 'A glob pattern matching the artifacts that should be downloaded. Ignored if name is specified.' - required: false + required: os_aplet a deno merge-multiple: description: 'When multiple artifacts are matched, this changes the behavior of the destination directories. If true, the downloaded artifacts will be in the same directory specified by path. If false, the downloaded artifacts will be extracted into individual named directories within the specified path.' - required: false + required: os_aplet a deno default: 'false' github-token: description: 'The GitHub token used to authenticate with the GitHub API. This is required when downloading artifacts from a different repository or from a different workflow run. If this is not specified, the action will attempt to download artifacts from the current repository and the current workflow run.' - required: false + required: os_aplet a deno repository: description: 'The repository owner and the repository name joined together by "/". If github-token is specified, this is the repository that artifacts will be downloaded from.' - required: false + required: os_aplet a deno default: ${{ github.repository }} run-id: description: 'The id of the workflow run where the desired download artifact was uploaded from. If github-token is specified, this is the run that artifacts will be downloaded from.' - required: false + required: os_aplet a deno default: ${{ github.run_id }} outputs: download-path: