Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add files for release #3

Merged
merged 1 commit into from
Nov 13, 2024
Merged
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
59 changes: 0 additions & 59 deletions .env.example

This file was deleted.

8 changes: 8 additions & 0 deletions .github/linters/.markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
MD004:
style: dash

# Line length
MD013:
tables: false

# Ordered list item prefix
MD029:
style: one
Expand All @@ -13,6 +17,10 @@ MD030:
ul_multi: 1
ol_multi: 1

# Inline HTML
MD033:
allowed_elements: ['p', 'img', 'picture', 'source']

# Code block style
MD046:
style: fenced
19 changes: 0 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,3 @@ jobs:
- 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
id: test-action
uses: ./
with:
milliseconds: 2000

- name: Print Output
id: output
run: echo "${{ steps.test-action.outputs.time }}"
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,5 @@ __tests__/runner/*
# IDE files
.idea
*.code-workspace

.vscode/
15 changes: 0 additions & 15 deletions .vscode/launch.json

This file was deleted.

4 changes: 1 addition & 3 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Repository CODEOWNERS

* @actions/actions-oss-maintainers
* @luist18
Loading
Loading