Skip to content

Update rn

Update rn #130

Workflow file for this run

name: Checker
on:
workflow_call:
pull_request:
branches: [ "main", "next" ]
push:
branches:
- main
- next
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: install
uses: ./.github/actions/install
- name: lint
uses: ./.github/actions/lint
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: install
uses: ./.github/actions/install
- name: test
uses: ./.github/actions/test