Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhossainemruz <hossainemruz@gmail.com>2021-04-01 22:24:24 +0300
committerhossainemruz <hossainemruz@gmail.com>2021-04-01 22:24:24 +0300
commit2e61e36fad2304c2d5061b2fe49e7d2d2b920606 (patch)
treece82f752f5c8b5cedc5b18b798ff30f74e0bafc9
parent8bc6df03289592848ec182760de9f95f6fb621a2 (diff)
Uncomment auto-prefixer workflowv2.1.0
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
-rw-r--r--.github/workflows/autoprefixer.yml62
1 files changed, 31 insertions, 31 deletions
diff --git a/.github/workflows/autoprefixer.yml b/.github/workflows/autoprefixer.yml
index fafe65f..68765a7 100644
--- a/.github/workflows/autoprefixer.yml
+++ b/.github/workflows/autoprefixer.yml
@@ -1,35 +1,35 @@
-# name: Autoprefixer
-# on:
-# push:
-# branches:
-# - main
-# jobs:
-# autoprefixer:
-# runs-on: ubuntu-latest
-# steps:
-# - name: Checkout to latest commit
-# uses: actions/checkout@v2.3.4
+name: Autoprefixer
+on:
+ push:
+ branches:
+ - main
+jobs:
+ autoprefixer:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout to latest commit
+ uses: actions/checkout@v2.3.4
-# - name: Setup Node
-# uses: actions/setup-node@v2.1.5
-# with:
-# node-version: "15.x"
+ - name: Setup Node
+ uses: actions/setup-node@v2.1.5
+ with:
+ node-version: "15.x"
-# - name: Run autoprefixer
-# run: |
-# npm install postcss-cli autoprefixer --save-dev
-# npm run autoprefixer
+ - name: Run autoprefixer
+ run: |
+ npm install postcss-cli autoprefixer --save-dev
+ npm run autoprefixer
-# - name: Create Pull Request
-# uses: peter-evans/create-pull-request@v3.8.2
-# with:
-# branch: autoprefixer
-# branch-suffix: timestamp
-# commit-message: add vendor specific css prefixes
-# title: "Update and run autoprefixer"
-# body: |
-# This PR runs [postcss/autoprefixer](https://github.com/postcss/autoprefixer) to update vendor specific CSS prefixes.
+ - name: Create Pull Request
+ uses: peter-evans/create-pull-request@v3.8.2
+ with:
+ branch: autoprefixer
+ branch-suffix: timestamp
+ commit-message: add vendor specific css prefixes
+ title: "Update and run autoprefixer"
+ body: |
+ This PR runs [postcss/autoprefixer](https://github.com/postcss/autoprefixer) to update vendor specific CSS prefixes.
-# >This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
-# labels: "enhancement,automerge"
-# reviewers: hossainemruz
+ >This PR has been created automatically by Github Action [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).
+ labels: "enhancement,automerge"
+ reviewers: hossainemruz