Skip to content

Commit

Permalink
Merge pull request #212 from metadevpro/feature/ng-18
Browse files Browse the repository at this point in the history
Feature/ng 18
  • Loading branch information
pjmolina authored Jun 7, 2024
2 parents e9b7317 + 04a1423 commit bb95d0e
Show file tree
Hide file tree
Showing 10 changed files with 6,243 additions and 7,201 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Pull Request Actions

on:
pull_request:
branches: [devel]

jobs:
ci:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Lint lux
run: npm run lint:lux
- name: Lint app
run: npm run lint
- name: Test lux
run: npm run test:coverage
- name: Build lux
run: npm run build:lux
- name: Build app
run: npm run build
Loading

0 comments on commit bb95d0e

Please sign in to comment.