Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 1 addition & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
test-typescript:
name: TypeScript Tests
runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- name: Checkout
Expand All @@ -28,22 +28,6 @@ jobs:
node-version-file: .node-version
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:
name: GitHub Actions Test
runs-on: ubuntu-latest
Expand All @@ -56,9 +40,3 @@ jobs:
- name: Test Local Action
id: test-action
uses: ./
with:
milliseconds: 2000

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
48 changes: 0 additions & 48 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/licensed.yml

This file was deleted.

53 changes: 0 additions & 53 deletions .github/workflows/linter.yml

This file was deleted.

12 changes: 0 additions & 12 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ branding:
icon: heart
color: red

# 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

runs:
using: node20
main: dist/index.js
Loading