mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 10:46:09 +01:00
Update Bootstrap Datepicker version to 1.10.0
This commit is contained in:
parent
f56ac1d45e
commit
8d9df72114
286 changed files with 22730 additions and 80 deletions
22
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/workflows/ci.yaml
vendored
Normal file
22
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/.github/workflows/ci.yaml
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
[push, pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
|
||||
- name: Install grunt
|
||||
run: yarn global add grunt-cli
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
- name: Run tests
|
||||
run: yarn test
|
||||
Loading…
Add table
Add a link
Reference in a new issue