Skip to content

Commit

Permalink
files
Browse files Browse the repository at this point in the history
  • Loading branch information
DocPaint authored May 14, 2024
1 parent 104f716 commit 114f5a8
Show file tree
Hide file tree
Showing 6 changed files with 5,585 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Hello World

on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'

jobs:
hello:
runs-on: ubuntu-latest

steps:
- name: Hello Step
run: echo "Hello World"
3 changes: 3 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"./src/**/*.{js,ts}": ["prettier --write", "eslint --max-warnings 0"]
}
Loading

0 comments on commit 114f5a8

Please sign in to comment.