Skip to content

Merge branch 'main' of https://github.com/HMDarkFir3/react-native-lin… #34

Merge branch 'main' of https://github.com/HMDarkFir3/react-native-lin…

Merge branch 'main' of https://github.com/HMDarkFir3/react-native-lin… #34

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
build-library:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Config Git
run: |
git config --global user.email "hmdarkfire.dev@gmail.com"
git config --global user.name "Henrique Marques"
- name: Release
run: yarn release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GHP_TOKEN }}