Skip to content

chore: update svgr and adapt iconoir-react-native (#355) #127

chore: update svgr and adapt iconoir-react-native (#355)

chore: update svgr and adapt iconoir-react-native (#355) #127

Workflow file for this run

name: Build
on:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
# Skip job on forks
if: github.repository_owner == 'iconoir-icons'
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Build
run: pnpm run build
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Update build artifacts