Skip to content

Merge branch 'main' of github.com:dcangulo/react-native-pkce-challenge #531

Merge branch 'main' of github.com:dcangulo/react-native-pkce-challenge

Merge branch 'main' of github.com:dcangulo/react-native-pkce-challenge #531

Workflow file for this run

name: main
on: [push]
jobs:
main:
name: main
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Setup environment
uses: actions/setup-node@v4
- name: Install dependencies
run: yarn
- name: Check types
run: yarn typecheck
- name: Check build
run: yarn prepare
- name: Run lint
run: yarn lint
- name: Run test
run: yarn test