Skip to content

Commit

Permalink
ci: use github actions instead of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Neonox31 committed Sep 28, 2023
1 parent 8b2058c commit 37c781a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
push:
branches: [ "next" ]
pull_request:
branches: [ "next" ]

jobs:
build:
container: node:12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ls -la
- run: yarn --frozen-lockfile
- run: yarn build:lib

0 comments on commit 37c781a

Please sign in to comment.