Skip to content

Commit

Permalink
renamed ci.yml back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
rahimrahman committed Sep 20, 2024
1 parent 93c1fe6 commit 55ba281
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
name: ci
on:
push:
branches:
- main
- 'release*'
pull_request:

env:
NODE_VERSION: 20.13.1
TERM: xterm

jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: ci/checkout-repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: ci/test
uses: ./.github/actions/test

0 comments on commit 55ba281

Please sign in to comment.