Skip to content

Commit

Permalink
chore: release (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander authored Feb 2, 2024
1 parent 9bfcc0c commit 562503c
Show file tree
Hide file tree
Showing 6 changed files with 906 additions and 7,619 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,22 @@ name: CI

on:
pull_request:
branches: [main]
branches: [main, dev]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: node_modules
key: ${{ runner.OS }}-build-${{ hashFiles('**/package-lock.json') }}
- name: Install dependencies
run: |
npm i
env:
CI: true
- name: Lint JavaScript and JSON files
run: |
npm run lint
env:
CI: true
run: npm ci
- name: Lint files
run: npm run lint
- name: Build with Docker
run: docker build .

Loading

0 comments on commit 562503c

Please sign in to comment.