Skip to content

Commit

Permalink
Release 2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic100 committed Jul 2, 2023
2 parents 75b61f2 + 154d5cd commit b1ef8c3
Show file tree
Hide file tree
Showing 73 changed files with 3,709 additions and 1,913 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
- [ ] I read the [guidelines for contributing](https://github.com/mistic100/jQuery-QueryBuilder/blob/master/.github/CONTRIBUTING.md)
- [ ] I created my branch from `dev` and I am issuing the PR to `dev`
- [ ] I didn't pushed the `dist` directory
- [ ] Unit tests are OK
- [ ] If it's a new feature, I added the necessary unit tests
- [ ] If it's a new language, I filled the `__locale` and `__author` fields
17 changes: 11 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: build
run: |
npm install
npm run test
npm run build
- uses: actions/checkout@v3

- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'

- name: build
run: |
yarn install
yarn build
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
bower_components
node_modules
doc
.sass-cache
.coverage-results
.idea
*.iml
yarn.lock
package-lock.json
37 changes: 0 additions & 37 deletions .jscsrc

This file was deleted.

4 changes: 0 additions & 4 deletions .jshintrc

This file was deleted.

9 changes: 0 additions & 9 deletions .sass-lint.yml

This file was deleted.

0 comments on commit b1ef8c3

Please sign in to comment.