Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/haneenmahd/queries into m…
Browse files Browse the repository at this point in the history
…aster
  • Loading branch information
haneenmahd committed Feb 22, 2021
2 parents 8297b0c + 8c61b9a commit f1b25d2
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
30 changes: 30 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# QUERIES
![Node.js Package](https://github.com/haneenmahd/responsive-web/workflows/Node.js%20Package/badge.svg)
![Node.js CI](https://github.com/haneenmahd/responsive-web/workflows/Node.js%20CI/badge.svg)

## A Simple npm package for using responsive media screen sizes in your web app.
## Now a Easier way to use media queries in your
Expand Down Expand Up @@ -169,4 +171,4 @@ Follow me on:
- [Instagram](https://instagram.com/haneenmahdin)
- [GitHub](https://github.com/haneenmahd)
# License
### `responsive-web` is licensed under MIT.
### `responsive-web` is licensed under MIT.

0 comments on commit f1b25d2

Please sign in to comment.