From abefa461a4e1660a8b41cb45b411c64c73ce6617 Mon Sep 17 00:00:00 2001 From: hadi93 <64394625+hadi93@users.noreply.github.com> Date: Fri, 1 May 2020 20:30:58 +0300 Subject: [PATCH 1/4] lll --- .github/workflows/nodejs.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/nodejs.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml new file mode 100644 index 0000000..e772a1c --- /dev/null +++ b/.github/workflows/nodejs.yml @@ -0,0 +1,29 @@ +# 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] + + 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 From cdecce202f73ebb13b595b16864c235e30e7eb8b Mon Sep 17 00:00:00 2001 From: hadi93 <64394625+hadi93@users.noreply.github.com> Date: Mon, 4 May 2020 13:26:09 +0300 Subject: [PATCH 2/4] s --- node_modules/.DS_Store | Bin 0 -> 6148 bytes node_modules/reveal.js/.DS_Store | Bin 0 -> 6148 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 node_modules/.DS_Store create mode 100644 node_modules/reveal.js/.DS_Store diff --git a/node_modules/.DS_Store b/node_modules/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..8572bb6b3641a5264f5964e4145cfddb880ed797 GIT binary patch literal 6148 zcmeHK%}T>S5T317Hx;o5!5;VGtw>u%y$GS!gEt|f2Nj#pqLG+LleTEBU?ELJqU&8(XfN1tRb$~JeNL0dtgUvTWandO%SP!AlWB3rk2HZdz z45zZ$@gEtWZ|6V{x-dZf^!?JiAW8y^z6N(um}a%wn<&f`=NA^GEXmSx>B75ChF<1p z{j}-#&Zu|fXV-zXkCP<&u>Ig9><%x>tNTfu`C;7c>Ef`{#gy~YFzzJ7X3~#4sUF8O z0Vy5nT$U@NQKR0ds(NjATvel;omy3GZElapj$B)>?;W;p?;l2w1tT-S3@`&T%7ESOMU zex=hvxCXgp2AF}b49uBsna=-%pWpvqi@3)OFatBifGD=SRuh+G&(^8M(OIid+o&Xz ommB;jK|>$Km`g`-1yu|B6&Z-G#oQozQ1~LCY2bz#_)`Yn0R_-f_y7O^ literal 0 HcmV?d00001 diff --git a/node_modules/reveal.js/.DS_Store b/node_modules/reveal.js/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..feb500af30a524719e8af48f201fc2644351e183 GIT binary patch literal 6148 zcmeHKI|>3Z5S>vG!N$@uSMUZw^aOhW3qb@~MbLUH&*jm4^J#Ro(?;IF^;vR#PGL}UUtl$#BGvwicP4KkuYIL_Ehdu`6`;n?na+3y3!9m`1$a*^E&-}Y!! zfC^9nDnJFOz;_kM`Z}3@_gJ1r1*pIuC}7`*0ynIQU7&wDFn9|993kw6x%U#lVgX=H z>;e&iX;6Vd)od{|=!lohtBGA;&_%QP(7ai*Ls7pS=NC^Gt$`e=02O#vU>M7p)&Dj8 zL;wFw;))7Tfxl8fN2_MF#FMhN_8w=ow!k-V%elkNFn0c7o_kW{6`Nzf VCU${NN8IT^{tTEdG%E0G1s>*!6|DdO literal 0 HcmV?d00001 From f8494957d27f08a64feafab0674d4cb522a2ae8e Mon Sep 17 00:00:00 2001 From: hadi93 <64394625+hadi93@users.noreply.github.com> Date: Thu, 9 Sep 2021 21:48:56 +0300 Subject: [PATCH 3/4] Revert "lll" This reverts commit abefa461a4e1660a8b41cb45b411c64c73ce6617. --- .github/workflows/nodejs.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/nodejs.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml deleted file mode 100644 index e772a1c..0000000 --- a/.github/workflows/nodejs.yml +++ /dev/null @@ -1,29 +0,0 @@ -# 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] - - 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 From 97da90fe92d917148c68199002284d1b93f190db Mon Sep 17 00:00:00 2001 From: hadi93 <64394625+hadi93@users.noreply.github.com> Date: Thu, 9 Sep 2021 21:49:16 +0300 Subject: [PATCH 4/4] Revert "Revert "lll"" This reverts commit f8494957d27f08a64feafab0674d4cb522a2ae8e. --- .github/workflows/nodejs.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/nodejs.yml diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml new file mode 100644 index 0000000..e772a1c --- /dev/null +++ b/.github/workflows/nodejs.yml @@ -0,0 +1,29 @@ +# 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] + + 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