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 6085ba7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/angular.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches: [ "next" ]
pull_request:
branches: [ "next" ]

jobs:
build:
container: node:12
runs-on: ubuntu-latest
steps:
- run: ls -la
- run: yarn --frozen-lockfile
- run: yarn build:lib

0 comments on commit 6085ba7

Please sign in to comment.