Skip to content

Bump pygments from 2.19.2 to 2.20.0 in /asn1python #255

Bump pygments from 2.19.2 to 2.20.0 in /asn1python

Bump pygments from 2.19.2 to 2.20.0 in /asn1python #255

Workflow file for this run

name: Build and Test
on:
push:
branches: [ 'master' ]
pull_request:
branches: [ '**' ]
workflow_dispatch:
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Docker image
run: docker build -t asn1scc .
- name: Make build script executable
run: chmod +x ./github-build.sh
- name: Run container to build and test
run: docker run --rm -v ${{ github.workspace }}:/app asn1scc bash -c "./github-build.sh"