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 d45fed9
Show file tree
Hide file tree
Showing 27 changed files with 1,455 additions and 3,165 deletions.
43 changes: 3 additions & 40 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Integration
name: Create Meeting Issue

on:
pull_request:
Expand All @@ -8,39 +8,8 @@ on:
- 'releases/*'

jobs:
test-typescript:
name: TypeScript Tests
runs-on: ubuntu-latest

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

- name: Setup Node.js
id: setup-node
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm

- 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:
action:
name: GitHub Actions Test
runs-on: ubuntu-latest

Expand All @@ -49,12 +18,6 @@ jobs:
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
72 changes: 72 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.

53 changes: 53 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 d45fed9

Please sign in to comment.