Files
archlinux-package-action/.github/workflows/main.yml
T
2021-05-18 17:02:16 +07:00

30 lines
512 B
YAML

name: CI
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
- name: Get sample PKGBUILD
run: wget https://github.com/official-human/nonicons-font/raw/main/PKGBUILD
- name: Test actions
uses: ./
with:
path: $GITHUB_WORKSPACE
updpkgsums: true
srcinfo: true