Skip to content

Commit

Permalink
Update build GitHub Actions config, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Feb 6, 2024
1 parent 3ffe076 commit 22a0806
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ name: Build
on:
push:
branches: main
paths:
- "client/**"
pull_request:
branches: main
paths:
- "client/**"

jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
Expand All @@ -31,7 +27,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20.x
Expand Down
41 changes: 41 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,44 @@ node_modules/
npm-debug.log*
pids
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
pip-log.txt
pip-delete-this-directory.txt
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pytype/
Binary file removed src/wintersong/__pycache__/__init__.cpython-312.pyc
Binary file not shown.

0 comments on commit 22a0806

Please sign in to comment.