Skip to content

Commit

Permalink
Restructure library
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Jul 21, 2022
1 parent 440d6ec commit 478b041
Show file tree
Hide file tree
Showing 10 changed files with 6,703 additions and 46 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
# Check for updates to GitHub Actions every weekday
interval: 'daily'
24 changes: 24 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }} ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['latest']
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: git config --global user.name "Github Actions"
- run: git config --global user.email "[email protected]"
- run: npm install node-version-use -g
- run: npm ci
- run: npx playwright install --with-deps
- run: npm run lint
- run: npm run test:engines
12 changes: 0 additions & 12 deletions .npmignore

This file was deleted.

1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

20 changes: 0 additions & 20 deletions .travis.yml

This file was deleted.

File renamed without changes.
Loading

0 comments on commit 478b041

Please sign in to comment.