Skip to content

Commit

Permalink
chore: add new emojis to gihub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsevdos committed Oct 26, 2023
1 parent f50d35b commit d9093eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
node: [16, 18, 20]
name: Checking PR in node version ➡️ ${{ matrix.node }}❗️
name: Checking PR in node version ➡️ ${{ matrix.node }} 💯
steps:
- name: Checkout code 📥
uses: actions/checkout@v3
Expand All @@ -35,5 +35,5 @@ jobs:
- name: Test app 🙏
run: npm test

- name: Build app 🏗
- name: Build app 👷
run: npm run build
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies 🔥
run: npm ci

- name: Create Release Pull Request or Publish
- name: Create release PR 📦
id: changesets
uses: changesets/action@v1
with:
Expand Down

0 comments on commit d9093eb

Please sign in to comment.