Skip to content

Commit 8e6d4a8

Browse files
authored
Merge pull request #2 from ansforge/feat/designsystemmarch
Nouvelle version du design system
2 parents 1851879 + eb24f86 commit 8e6d4a8

File tree

648 files changed

+28475
-22767
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

648 files changed

+28475
-22767
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 70 deletions
This file was deleted.

.github/workflows/npm-gulp.yml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: NodeJS with Gulp
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
branches: [ main ]
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
16+
- name: Use Node.js ${{ matrix.node-version }}
17+
uses: actions/setup-node@v1
18+
with:
19+
node-version: 12.4.0
20+
21+
- name: Build
22+
run: npm install
23+
24+
- name: Build gulp
25+
run: gulp
26+
27+
- name: Create Pull Request
28+
# You may pin to the exact commit or the version.
29+
# uses: peter-evans/create-pull-request@18f7dc018cc2cd597073088f7c7591b9d1c02672
30+
uses: peter-evans/[email protected]
31+
#with:
32+
# GITHUB_TOKEN or a `repo` scoped Personal Access Token (PAT)
33+
#token:
34+
# optional, default is ${{ github.token }}
35+
# Relative path under $GITHUB_WORKSPACE to the repository. Defaults to $GITHUB_WORKSPACE.

0 commit comments

Comments
 (0)