Skip to content

Profile Card

Profile Card #16

Workflow file for this run

name: ACM UCR Website
on:
pull_request:
branches: [main, dev]
workflow_dispatch:
jobs:
format:
name: formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: acm-ucr/formatting@v2
lint:
name: linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: acm-ucr/linting@v2
build:
name: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: acm-ucr/build@v2