Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Sep 29, 2023
1 parent ad7491c commit 307f8bc
Show file tree
Hide file tree
Showing 27 changed files with 1,456 additions and 3,156 deletions.
35 changes: 4 additions & 31 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- 'releases/*'

jobs:
test-typescript:
name: TypeScript Tests
test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest

steps:
Expand All @@ -27,34 +27,7 @@ jobs:
- name: Install Dependencies
id: npm-ci
run: npm ci

- name: Check Format
id: npm-format-check
run: npm run format:check

- name: Lint
id: npm-lint
run: npm run lint

- name: Test
id: npm-ci-test
run: npm run ci-test

test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest

steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4

- name: Test Local Action

- name: Local Action
id: test-action
uses: ./
with:
milliseconds: 1000

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
17 changes: 0 additions & 17 deletions __tests__/index.test.ts

This file was deleted.

80 changes: 0 additions & 80 deletions __tests__/main.test.ts

This file was deleted.

25 changes: 0 additions & 25 deletions __tests__/wait.test.ts

This file was deleted.

18 changes: 3 additions & 15 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'

# Define your inputs here.
inputs:
milliseconds:
description: 'Your input description here'
required: true
default: '1000'

# Define your outputs here.
outputs:
time:
description: 'Your output description here'
name: 'FCOS Meeting'
description: 'Creates a meeting issue for FCOS'
author: 'coreos'

runs:
using: node20
Expand Down
74 changes: 74 additions & 0 deletions dist/actionItems.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/actionItems.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 54 additions & 0 deletions dist/createIssue.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/createIssue.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 307f8bc

Please sign in to comment.