Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Apr 5, 2024
1 parent 2db0489 commit 733ffad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
key: ${{ runner.os }}-node-modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-node-modules-
save-always: true
- name: Install dependencies
run: npm i
- name: Update package-lock.json
run: npm install
- name: Lint and fix errors
run: npm run lint:fix
- name: Format code
Expand All @@ -42,7 +42,7 @@ jobs:
git config --local user.email "[email protected]"
git add -A
if ! git diff --cached --exit-code; then
git commit -m "Code maintenance: bump version, lint & format"
git commit -m "Code maintenance: bump version, lint and format"
if [[ ${{ github.ref }} == "refs/heads/main" ]]; then
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
BRANCH_NAME="maintenance-$(date +'%Y%m%d%H%M%S')"
Expand Down

0 comments on commit 733ffad

Please sign in to comment.