Skip to content

Update the copyright year #459

Update the copyright year

Update the copyright year #459

Workflow file for this run

name: Continuous integration
on: [push, pull_request]
jobs:
ci:
name: Validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- if: ${{ github.event_name == 'push' }}
uses: docker/login-action@v3
with:
username: stephanmisc
password: ${{ secrets.DOCKER_PASSWORD }}
- uses: stepchowfun/toast/.github/actions/toast@main
with:
tasks: build check
docker_repo: stephanmisc/toast
write_remote_cache: ${{ github.event_name == 'push' }}