Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Apr 2, 2024
1 parent 49c5996 commit d88e261
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 32 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/build.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
name: 🔎 CodeQL

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy demo
name: 🌍 Deploy demo

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: ⛑️ Lint

on: [pull_request, push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Playwright Tests
name: 🤖 Playwright Tests
on:
push:
branches: [main, master]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: 📦 Release

on:
workflow_dispatch:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing
name: 💪 Testing

on: [pull_request, push]

Expand All @@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: |
yarn --immutable
- name: Build code
run: |
yarn build
- name: Test code
run: |
yarn test

0 comments on commit d88e261

Please sign in to comment.